四通道和三通道的處理

#include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <iostream> using namespace std; using namespace cv; int main() { Mat rgba( 4, 4, CV_8UC4, Scalar(1,2,3,4) ); cout<<"r
相關文章
相關標籤/搜索