摘要: 1 #include 2 #include 3 using namespace std; 4 using namespace cv; 5 void salt(Mat &image, int n); 6 int main() 7 { 8 /* 9 Mat image,result; 10 cout (j, i) == 25; 37 } 3... 阅读全文
posted @ 2017-04-15 10:51 蒋酱酱 阅读(721) 评论(0) 推荐(0) 编辑
摘要: 一、新建空白图片 Mat image = Mat(300,300,CV_8UC3,Scalar(0,0,255)); 新建了一个图像image大小为300*300,矩阵元素为8位无符号char3通道,矩阵的内容为Scalar(0,0,255)红色 namedWindow("Test"); 新建一个T 阅读全文
posted @ 2017-04-15 10:25 蒋酱酱 阅读(1278) 评论(0) 推荐(0) 编辑
摘要: 在属性页中选择VC++目录 在包含目录中添加: F:\ApplicationFOpenCV\opencv\build\include\opencv2F:\Application\OpenCV\opencv\build\include 在库目录添加F:\Application\OpenCV\openc 阅读全文
posted @ 2017-04-15 09:48 蒋酱酱 阅读(119) 评论(0) 推荐(0) 编辑