opencv Mat 多通道拆分Split和組合Merge

#include<opencv2/opencv.hpp>   #include<iostream>   #include<cassert>   #include<vector>   using namespace cv;   using namespace std;   int main()   {       Mat srcImage=imread("e:/huangshan.jpg");  
相關文章
相關標籤/搜索