This repository contains the topics of Computer Graphics(implementation in python).
Code for Cohen-Sutherland Line Clipping Algorithm
Part-1
- Image Coversion => Color to Gray
- Image Rotation
- Image Scaling(resizing the image)
part-2
- RGB to Gray
- Gray Scale Histogram(of Image)
- Color Histogram(of Image)
- Gray Scale Equalized Image
- RGB Equalized Image
part-3
Edge Detection Methods
- Edge Detection Using Sobel
- Edge Detection using Prewitt
- Edge Detection using Robert