Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

just saying: please AVOID using IplImage* at all cost (or, anything from opencv's deprecated c-api)

just saying: please AVOID using IplImage* at all cost (or, anything from opencv's deprecated c-api)

rather use cv::Mat:

Mat m(H,W,type, data_pointer)

please AVOID using IplImage* at all cost (or, anything from opencv's deprecated c-api)

rather use cv::Mat:

Mat m(H,W,type, data_pointer)

please AVOID using IplImage* at all cost (or, anything from opencv's deprecated c-api)

rather use cv::Mat:

Mat m(H,W,type, data_pointer)
data_pointer);

GpuMat gM; gm.upload(M);