在图像处理的过程中,算法写完要对图片做大量的测试,参考了网上的一些方法,自己写了一段测试程序:
配置:VS2010+OpenCV2.4.4
第一种方式:
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
int main(int argc,char** argv)
{
char filename[100];
cv::Mat imag;
for(unsigned int i=0;i<100;i++)
{
sprintf(filename,