参考链接:opencv 玻璃镜面缺陷检测,缺陷信息标记及提取
1 老版程序
#include <opencv2\opencv.hpp>
#include <cv.h>
//#include <cxcore.h>
#include <iostream>
#include <string>
#include <list>
#include <vector>
#include <map>
#include <stack>
#include <stdio.h>
#include <math.h>
using namespace cv;
using namespace std;
//定义灰度图像变量
IplImage* g_GrayImage = NULL;
//Mat g_GrayImage;
//定义二值化图片变量
IplImage* g_BinaryImage = NULL;
//Mat g_BinaryImage;
//定义二值化窗口标题
const char* WindowBinaryTitle = "二值化图片";
//定义滑块响应函数
//创建源图像窗口标题变量
const char* WindowSrcTitle = "灰度图像";
//创建滑块标题变量