Ask Your Question

zhang's profile - activity

2017-06-17 07:16:22 -0600 asked a question cv::Mat(cv::Size(frameCols, frameRows), CV_8U, (void*)pImageBuffer, cv::Mat::AUTO_STEP);

Does C API has same operation as

cv::Mat(cv::Size(frameCols, frameRows), CV_8U, (void*)pImageBuffer, cv::Mat::AUTO_STEP);

2017-06-17 07:08:24 -0600 commented answer How to access Basler GigE camera through OpenCV in Ubuntu 14.04

If I use C language, how can I create a IplImage by PylonImage?