Ask Your Question

micmac's profile - activity

2020-03-23 09:54:37 -0600 commented question Trying to match color template with cv::ximgproc::colorMatchTemplate()

LBerger, here is the result when I launch the opencv example with this image and template, and set the level at 94: lin

2020-03-23 05:01:58 -0600 edited question Trying to match color template with cv::ximgproc::colorMatchTemplate()

Trying to match color template with cv::ximgproc::colorMatchTemplate() I'm trying to use colorMatchTemplate from L. Berg

2020-03-23 04:56:56 -0600 asked a question Trying to match color template with cv::ximgproc::colorMatchTemplate()

Trying to match color template with cv::ximgproc::colorMatchTemplate() I'm trying to use colorMatchTemplate from L. Berg

2018-03-14 10:59:40 -0600 received badge  Necromancer (source)
2018-03-14 10:50:33 -0600 received badge  Editor (source)
2018-03-14 10:50:33 -0600 edited answer Bag of Word BOWTrainer clustering for binary descriptors

Have a look at this guy's solution : implementing a KMajority algorithm for binary descriptors instead of KMeans. https

2018-03-14 10:50:07 -0600 answered a question Bag of Word BOWTrainer clustering for binary descriptors

Have a look at this guy's solution : implementing a KMajority algorithm for binary descriptors instead of KMeans. link

2018-03-11 01:18:29 -0600 received badge  Enthusiast
2018-02-20 04:14:32 -0600 asked a question Features2D + Homography to find a known object on GPU/OpenCL

Features2D + Homography to find a known object on GPU/OpenCL Hello, I slightly modified this tutorial : link text to use