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を使用しているiPhoneアプリケーションでcv::Mat返されたオブジェクトのサイズを取得したいと思います。(void)processImage:(cv::Mat&)image;
cv::Mat
(void)processImage:(cv::Mat&)image;
のSize()メソッドを試してくださいcv::Mat