代碼測試:unsigned char*圖像數據轉換成OpenCV中Mat類型

  直接使用Mat的構造函數,把指針的位置賦給下面中的data就OK了: Mat(int rows, int cols, int type, void* data, size_t step=AUTO_STEP); 代碼爲matTest.cpp     // matTest.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <stdio.h>
相關文章
相關標籤/搜索