Ask Your Question

Revision history [back]

cv::Mat_ vs std::vector

Which is better, cv::Mat_<cv::point2f> or std::vector<cv::point2f>?