Skip to content

The program convolves a specified image with the Sobel operator to highlight edges.

License

Notifications You must be signed in to change notification settings

jIdle/Sobel-Edge-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sobel Edge Detection

This program will convolve the specified image with the Sobel operator, resulting in an approximation of the image gradient. Edges (changes in pixel intensity) will be emphasized in the resulting image, allowing the user to more easily detect where lines and edges exist within the photo.

Love2D is necessary for this program to work. While the standard Lua libraries are sufficient to convolve the image, Love2D is needed to retrieve initial pixel values, as well as automatically displaying the final image to the user.

Example

Initial Image

Image of Rose before convolution

Convolved Image

Image of Rose after convolution

Releases

No releases published

Packages

No packages published

Languages