摘要:
使用 imread 读取图像,图像路径为 imageName ,图像按BGR格式读取。image = imread( imageName, CV_LOAD_IMAGE_COLOR);将RGB图像转化为灰度格式。cvtColor( image, gray_image, CV_BGR2GRAY );使用... 阅读全文
摘要:
学习资料:http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.html包含头文件core.hpp:包含了基本的定义和库highgui.hpp:包含了基本的输入输出操作#include #include 创建一个矩... 阅读全文