Skip to content

harshul25/CP467

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP467

Image Processing

Assignment #1

This assignment is for edge detection. We import an image, gray scale it and use the following matrix

{ [-1,-1,-1], [-1,8,-1], [-1,-1,-1] }

This matrix is then convoluted with the original image and we are able to detect the edges.The method of convolution is the same as the option #1 which was taught in class in which we iterate pixel by pixel and multiply the kernel/filter with the pixels in the image

Reference Links:

--> To better understand cv2 https://stackoverflow.com/questions/21810452/cv2-imshow-command-doesnt-work-properly-in-opencv-python

--> To get a better understanding of various ways of convolution https://alisaaalehi.com/wp-content/uploads/2021/01/ConvAsMulExplained.pdf

About

Image Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published