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

asked 2013-07-31 10:48:49 -0600

fu06 gravatar image

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!

edit retag flag offensive close merge delete