WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

DasariJayanth/Computer-Graphics

Repository files navigation

Computer-Graphics

This repository contains the topics of Computer Graphics(implementation in python).

Code for Cohen-Sutherland Line Clipping Algorithm

Part-1

  1. Image Coversion => Color to Gray
  2. Image Rotation
  3. Image Scaling(resizing the image)

part-2

  1. RGB to Gray
  2. Gray Scale Histogram(of Image)
  3. Color Histogram(of Image)
  4. Gray Scale Equalized Image
  5. RGB Equalized Image

part-3

Edge Detection Methods

  1. Edge Detection Using Sobel
  2. Edge Detection using Prewitt
  3. Edge Detection using Robert