Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Note de l’éditeur : 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.
Citation pour cette source
Brett Shoelson (2026). Circle Finder (https://fr.mathworks.com/matlabcentral/fileexchange/34365-circle-finder), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : SegmentTool: An Interactive GUI for Segmenting Images, imageToolbar
Informations générales
- Version 2.0.0.1 (116 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 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.
|
||
| 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. |
