Skip to content

gsmonex/SobelFilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the Sobel operator for edge detection in images. Below there is an example of taking the first image and having the calculated image bellow.

imgin

imgout

Arguments

sobel file_in file_out 123x456 [-i file_h_out file_v_out] [-g file_gray]

The file_in and file_out arguments are, obvious, the file for which the contour should be calculated and the file with that calculated contour, respectively. The third argument is the size of the image (width x height). It is needed because the RGB file type does not contain any meta information about the image it self.

The optional arguments are:

-i - Generate intermediate files with the result of the vertical and horizontal operators.

-g - Generate the gray scale file.

About

Implementation of the Sobel Filter in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.2%
  • Makefile 10.8%