Parabola detection using Hough Transform

Find parabolas with specific vertex in a binary image via Hough Transform.

現在この提出コンテンツをフォロー中です。

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 (2026). Parabola detection using Hough Transform (https://jp.mathworks.com/matlabcentral/fileexchange/15841-parabola-detection-using-hough-transform), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Change description...type error