Machine learningShape detection
フーリエ変換
フーリエ変換は、デジタル画像中の線、円、その他の幾何学的形状を検出するための技術である。元々は1962年にポール・フーリエによって特許が取得され、1972年にDudaとHartによってコンピュータビジョン分野で普及した。フーリエ変換は、画像空間のエッジ点をパラメータ空間(アキュムレータ空間)の曲線に変換し、そこでは共線的または共円的な点が集まり、容易に識別可能になる。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Hough, P. V. C. (1962). Method and means for recognizing complex patterns. U.S. Patent 3,069,654. link ↗
- Duda, R. O., & Hart, P. E. (1972). Use of the Hough transformation to detect lines and curves in pictures. Communications of the ACM, 15(1), 11–15. DOI: 10.1145/361237.361242 ↗
このページの引用方法
ScholarGate. (2026, June 3). Hough Transform for Line and Shape Detection. ScholarGate. https://scholargate.app/ja/computer-vision/hough-transform
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Cannyエッジ検出コンピュータビジョン↔ compare
- 輪郭解析コンピュータビジョン↔ compare
- ハリスコーナー検出コンピュータビジョン↔ compare
- イメージ形態学演算コンピュータビジョン↔ compare
- テンプレートマッチングコンピュータビジョン↔ compare