Skip to content

A few experiments with the Solber-Feldman Operator for traditional Edge Detection

License

Notifications You must be signed in to change notification settings

rish-16/Sobel-Filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sobel-Filters

A few experiments with the Solber-Feldman Operator for traditional Edge Detection


Preface

Inspired by John Fish's video on how he taught his computer to draw, I wrote this short piece on Sobel Operators, a filter mechanism to detect eges in images.


You can find the article here.


Usage

To access the code, close the repo to your local machine and visit the src directory:

$ git clone https://github.com/rish-16/Sobel-Filters.git
$ cd Sobel-Filters
$ cd src

To run the code, ensure that you have Python 3 with the following packages installed:

pillow
numpy
matplotlib
$ python sobel.py

License

MIT

About

A few experiments with the Solber-Feldman Operator for traditional Edge Detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages