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.
画像の中の主要なオブジェクトを抽出したい。そこで、画像にグラブカットアルゴリズムを適用しました。それから、グラブカットアルゴリズムから得られた結果画像の最大の輪郭を取得したいと思います。
関数を使用して、値findContoursを持つすべての等高線を見つけるだけです。GC_FGDこの使用の後、contourAreaすべての輪郭を単純に繰り返して、最大の正方形の輪郭を見つけます。
findContours
GC_FGD
contourArea