Machine learningEdge detection
Cannyエッジ検出
Cannyエッジ検出器は、1986年にJohn Cannyによって導入された、デジタル画像において顕著な強度変化が発生するエッジを特定するための多段階アルゴリズムです。Cannyの方法は、ガウスノイズに加法的なステップエッジに対して最適であり、その数学的洗練さと実用的な有効性から、コンピュータビジョンにおけるエッジ検出のゴールドスタンダードであり続けています。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Canny, J. (1986). A computational approach to edge detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 8(6), 679–698. DOI: 10.1109/TPAMI.1986.4767851 ↗
- Sobel, I., & Feldman, G. (1968). A 3x3 isotropic gradient operator for image processing. Pattern Recognition and Machine Intelligence, 271–272. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Canny Edge Detection Algorithm. ScholarGate. https://scholargate.app/ja/computer-vision/canny-edge-detection
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.
- 輪郭解析コンピュータビジョン↔ compare
- ハリスコーナー検出コンピュータビジョン↔ compare
- フーリエ変換コンピュータビジョン↔ compare
- イメージ形態学演算コンピュータビジョン↔ compare
- テンプレートマッチングコンピュータビジョン↔ compare