Ask Your Question

Revision history [back]

converting CBitMap (MVC) direct to cv::Map ?

Hi! in may application i have images already loaded and stored in memory using CBitMap data struture. Is it possible to convert this direct to cv::Mat without saving as tmpfile.png to harddisk an load again using Mat img = imread("tmpfile.png") ? Thanks!