opencv-访问图像中的像素

#include <iostream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; void colorReduce(Mat&inputImage, Mat&outputImage, int div);//全局函数声明 颜色空间缩减函数 int main() { Mat srcImage = im
相关文章
相关标签/搜索