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.
Imgproc.findContours で見つかった MatOfPoint を (バイナリ) Mat に変換したいと思います。逆変換を行う方法があることは知っていますが (コンストラクター MatOfPoint(Mat m) を使用するだけです)、この変換を行う組み込みの方法はありますか? そうでない場合、要素ごとに変換する正しい方法は何ですか? ありがとう!
コンバーターは必要ありません。MatOfPoint は Mat のサブクラスです。
OpenCV ソースから:
public class MatOfPoint extends Mat