Skip to content

A java program to detect circles within a given image, currently uses an implementation of Hough Transform although favours smaller circles

Notifications You must be signed in to change notification settings

lukemccl/CircleDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CircleDetection

A java program to detect circles within an image given with the command line, currently uses an implementation of Hough Transform

Outputs 6 files to the root /results directory consisting of the horizontal and vertical scans of the image, the combined sobel image, the edgepoints detected that are above the threshold, the hits for each point on the new image for every radius from edgepoints, and the original image with the greatest matching circle highlighted

Use

Compile the program, call like any java program with arguments:

[File Path] [Num Drawn Circles (default 1)] [Sobel Threshold (default 150)] [Minimum radius circle (default 10)] [Max circle radius (default min side of input image)]

About

A java program to detect circles within a given image, currently uses an implementation of Hough Transform although favours smaller circles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages