Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages