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.
を使用して画像の輪郭を見つけましたcvFindContours。今、それらの上に長方形を描きたいです。cvBoundingRectメソッドを使用する必要があるのは正しいですか?この関数の最初のパラメーターはオブジェクトですCvArrが、輪郭がオブジェクトであることがわかりましたCvSeq。どうすればこの問題を解決できますか?
cvFindContours
cvBoundingRect
CvArr
CvSeq
解決しました。
にキャストできCvSeqますCvArr