Parabola detection using Hough Transform
No License
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://uk.mathworks.com/matlabcentral/fileexchange/15841-parabola-detection-using-hough-transform), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Transforms > Hough Transform >
Tags
Acknowledgements
Inspired by: Line Detection via Standard Hough Transform, Circle Detection via Standard Hough Transform
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Change description...type error |
