Ask Your Question

fu06's profile - activity

2013-07-31 10:48:49 -0600 asked a question 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!

2013-06-07 07:43:58 -0600 asked a question match icons, grafical illustration etc.

Hi, im new in opencv. I have to match images which have more or less content like logos, icons, grafical illustration, technical drawings etc., to find out, which of them are duplicated within an huge database of images. The detection should be scale-invariant and rotation invariant (90 degree steps). Is keypoint-detection and matching the correct approach for this task or how could this be done? Thanks!