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.
opencvでバイナリイメージの境界を見つける必要がありますが、matlabbwboundariesの画像が見つかりません。そのような機能は存在しますか?ありがとうございました
また、別のライブラリをインストールする必要があるため、cvBlob を試したくない場合。
cvContours() 関数を試してください。
CvBlobを使ってみてください:)
私はそれを使用し、それはうまく機能します。