Ask Your Question

satheesh kumar's profile - activity

2018-10-12 05:40:53 -0600 received badge  Enthusiast
2018-10-05 01:13:43 -0600 commented answer Compare two images and highlight the difference

Here setMatToBitmap(Bitmap bitmap) method is my own method to get bitmap from Mat.

2018-10-05 01:11:23 -0600 answered a question Compare two images and highlight the difference

This solution will help you. Core.absdiff(firstMat, secondMat, outputImageMat); List<MatOfPoint> contour

2018-10-05 00:46:34 -0600 commented answer Compare two images and highlight the difference

This worked for me.. Thanks for suggestion.

2018-10-04 23:57:55 -0600 commented answer How to compare images and draw rectangles to mention the difference in Android

Hi berak, I got the desired result by using Core.absdiff(...) instead of Core.compare(...) . The "compare" method produ

2018-10-04 04:59:01 -0600 commented answer How to compare images and draw rectangles to mention the difference in Android

Let me try bro. Thanks for the useful reply. :-)

2018-10-04 04:45:52 -0600 commented answer How to compare images and draw rectangles to mention the difference in Android

That also not working. Anything I need to remove ( Core.Compare(...) or Imgproc.cvtcolor(...) ) from the above code?

2018-10-04 03:32:43 -0600 commented answer How to compare images and draw rectangles to mention the difference in Android

I tried with the below code. But it gives blank Mat. Core.compare(firstMat, secondMat, outputImageMat, Core.CMP_GT);

2018-10-04 02:45:06 -0600 edited question How to compare images and draw rectangles to mention the difference in Android

How to compare images and draw rectangles to mention the difference in Android I am a newbie for OpenCV and working with

2018-10-04 02:43:13 -0600 commented question How to compare images and draw rectangles to mention the difference in Android

Thanks for reply berak. I have updated the question. Kindly look into that.

2018-10-04 02:42:04 -0600 received badge  Editor (source)
2018-10-04 02:42:04 -0600 edited question How to compare images and draw rectangles to mention the difference in Android

How to compare images and draw rectangles to mention the difference in Android I am a newbie for OpenCV and working with

2018-10-04 02:13:18 -0600 asked a question How to compare images and draw rectangles to mention the difference in Android

How to compare images and draw rectangles to mention the difference in Android I am a newbie for OpenCV and working with