You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Function uses Standard Hough Transform to detect parabola in a binary image. According to the Hough Transform, each pixel in image space corresponds to a parabola in Hough space and vise versa. This function uses the representation of parabola : [(y-centroy)*cos(phi)-(x-centrox)*sin(phi)]^2=...
...=4*p*[(y-centroy)*sin(phi)+(x-centrox)*cos(phi)] to detect parabola in binary image. Upper left corner of image is the origin of coordinate system.
Cite As
Clara Isabel Sánchez (2026). Parabola detection using Hough Transform (https://www.mathworks.com/matlabcentral/fileexchange/15841-parabola-detection-using-hough-transform), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: Line Detection via Standard Hough Transform, Circle Detection via Standard Hough Transform
General Information
- Version 1.0.0.0 (1.07 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Change description...type error |
