Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cv :: Canny()を使用した後、画像に閉じていない曲線がいくつかあるようです。だから私の質問は、cv :: ContourArea()がそれらをどのように処理するのかということです。最初に曲線を閉じて面積を数えるか、それとも単に無視しますか?
ContourAreaリファレンスから:
等高線面積を計算します
したがって、輪郭の面積(画像が不連続な場合はピクセル数)を計算するだけです。