
[scikit-image] 59. グレースケール画像の中から白い塊(ブロブ)を検出する(skimage.feature blob_dog, blob_log, blob_doh)
scikit-imageライブラリを使用したグレースケール画像からのブロブ(白い塊)検出方法を解説。Difference of Gaussian、Laplacian of Gaussian、Determinant of Hessianの3つのアルゴリズムの実装と比較を行い、効果的な画像解析手法を紹介します。