四通道和三通道的处理

#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
相关文章
相关标签/搜索