Skip to content

Programs to detect edges in Images using the Sobel filter, detect points using the Laplacian kernel, detect lines and circles using the Hough transform and detect cursors using template matching.

License

Notifications You must be signed in to change notification settings

dani-amirtharaj/Edge-Point-Line-Circle-CursorDetection

Repository files navigation

Edge, Point, Line, Circle, Cursor Detection

  • Each folder in this Repo has a main.py file, Images folder, Results folder and a .pdf report describing the Python program.
  • Each folder represents an individual program and has been appropriately named to identify its application.
  • Note that all programs have been written using Python and Numpy (without OpenCV or other CV libraries - with the exception of reading or writing Images).

About

Programs to detect edges in Images using the Sobel filter, detect points using the Laplacian kernel, detect lines and circles using the Hough transform and detect cursors using template matching.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages