Ask Your Question

Dilip's profile - activity

2015-02-12 23:47:54 -0600 commented question Template matching in planogram image

Hi , I try by changing threshold . Currently cv::threshold(res, res, 0.80, 1., CV_THRESH_TOZERO); If i change threshold to 0.90 i will give the result which is not matching also .

Also i try to use grabcut to get only for forgout image from template and than compare , but that also not help ..

2015-02-12 05:54:14 -0600 asked a question Template matching in planogram image

Hi , I am trying to perform template matching in planogram images , I went through in this article - templatematching

My images! main image - main image ref image - ref image

But when i am trying to match the image its only matching with the image where i cropped. But if u look in main image , so u will find 2 images similar to template image . How can match both the image with template images .

Please Help me on this Thanks

2015-02-05 12:20:23 -0600 received badge  Student (source)
2015-02-05 07:22:50 -0600 asked a question Compare two images

Hi All , I am using 2.4.10 with VS2010 ,

I am tying to Compare to images and the diffrence , i am not looking for face compare , For Example - I have 1 image where 3 bottle is there , and second image there is 4 bottle , so how can i compare this images in CV open .

Please help or guide me . Thanks