Parabola detection using Hough Transform

Find parabolas with specific vertex in a binary image via Hough Transform.
5.4K 次下载
更新时间 2007/8/8

无许可证

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.

引用格式

Clara Isabel Sánchez (2024). Parabola detection using Hough Transform (https://www.mathworks.com/matlabcentral/fileexchange/15841-parabola-detection-using-hough-transform), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Change description...type error