Circle Finder

Interactive app and function to find circles in an image.
ダウンロード: 10.8K
更新 2016/9/1

ライセンスの表示

編集メモ: This file was selected as MATLAB Central Pick of the Week

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 app provides an interactive environment for changing parameters and options, and for visualizing immediately the effects of the calculation.
USAGE:
circleFinder launches the GUI environment with the default image ('coins.png') pre-loaded.
circleFinder(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.)

NOTE: This function and app are verified for R2014b readiness, and are intended as REPLACEMENTS FOR FindCirclesGUI.

A VIDEO TUTORIAL explaining the use of this app can be accessed here:
https://www.youtube.com/watch?v=dgxvBBn_oIQ

Comments/suggestions welcome.

引用

Brett Shoelson (2024). Circle Finder (https://www.mathworks.com/matlabcentral/fileexchange/34365-circle-finder), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを与えたファイル: imageToolbar, SegmentTool: An Interactive GUI for Segmenting Images

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
2.0.0.1

Updated license

2.0.0.0

I think I still had some incompatibilities with newer (R14b+) MATLABs. This should fix them.
Modifying description to include link to instructional YouTube video.

1.9.0.0

Verified for R2014b readiness. I think it should still work in previous versions.

1.8.0.0

Fixed a problem with underscores in image names, and with loading subsequent images.

1.7.0.0

Incorporates a missing file that disallowed loading new images. Also fixes a problem with underscores in image titles.

1.6.0.0

Now defaults to "process immediately" = false. Also, takes optional input argument specifying initial radius range. A few minor bug fixes, better expandAxes behavior, better image import behavior.

1.5.0.0

Updated to include an App file for R2012b.

1.4.0.0

Steered to correct files.

1.2.0.0

Adding copyright.