Code covered by the BSD License
-
Find Circles
Launches a GUI environment for the detection of circles in an image.
-
FindCirclesGUI.m
-
expandAxes(hndls,rotEnable)
Sets all axes in the handle list to expand in a new figure on buttondown.
-
imgformats(augment)
FILTERSPEC = IMGFORMATS(AUGMENT)
-
markImagePoints(imgax,varname...
Pass in a handle to an image-containing axes
-
sliderPanel(parent,PanelPVs,S...
[sliderHandle,panelHandle,editHandle] = sliderPanel(parent,PanelPVs,SliderPVs,EditPVs,LabelPVs,numFormat)
-
View all files
from
FindCirclesGUI
by Brett Shoelson
Launches a GUI environment for the detection of circles in an image.
|
| Find Circles |
|
Launches a GUI environment for the detection of circles in an image.
In R2012a, we introduce CIRCULAR HOUGH TRANSFORMS for detecting circles in images. There are several parameters which can be manipulated to enhance the performance of the IMFINDCIRCLES functionality. This GUI provides an interactive GUI for changing parameters and options, and for visualizing immediately the effects of the calculation.
USAGE:
FindCirclesGUI launches the GUI environment with the default image ('coins.png') pre-loaded.
FindCirclesGUI(inputImage) sllows user to specify input image, or the name of an input image.
CLASS SUPPORT:
inputImage can be any valid image format readable by IMREAD. Color (RGB) images are supported, but circle detection is performed on the RGB2GRAY representation.
(See help for IMFINDCIRCLES for details.)
|
|
Contact us