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の関数はありますか?
これを使ってみた
dst = cvCreateImage( cvGetSize(src), IPL_DEPTH_8U, 1 );
しかし、IplImage形式でうまくいくようです。私は Mat で作業しており、dst は浮動小数点ポインターである必要があります。