读书笔记01:图像数字化
灰度图像数字化 处理的原图片 用vs2017+opencv实现 #include pch.h #include #include #include using namespace cv; using namespace std; int main(int argc, char*argv[]) { //输入图像矩阵 Mat img = imread(C:\\Users\\妮love妮\\Desktop\\学习 \\ConsoleApplication4\\tupian\\example.png,CV_LOAD_IMAGE_GRAYSCALE); if (im
暂无评论