Ask Your Question

Eventine's profile - activity

2019-12-16 01:55:55 -0600 received badge  Enthusiast
2019-12-15 12:05:25 -0600 received badge  Supporter (source)
2019-12-15 12:05:11 -0600 marked best answer Mahalanobis Distance between 2 images

Hi,

I'm trying to compare the color between 2 images (A model and a ROI extracted with Local Features). I Tryed HistComp with the hue with very bad results because of noise (BLUE model was similar to Orange ROI than Orange Model). Now I would like to try with Mahalanobis distance, but after 3 days in forums, examples and documentation I couldn't understand how to use calcCovarMatrix and Mahalanobis. As I studied, the CovarMatrix is done across all image and the mahalanobis is done between 2 images, but Instead I only found examples with vectors and numbers (I get it that this tools can also be applied to numerical vectors, but opencv is supposed to be about MAT, no?)- Moreover there are plenty of posts about the excess of ram usage and the errors in calcCovarMatrix with Zero comments below.

So I'm trying to write my own post, and If I don't get answers I'll start to write my own calcCov and Mahalanobis. And I'll post below.

Eventine

2019-12-15 12:05:11 -0600 received badge  Scholar (source)
2019-12-15 11:47:17 -0600 received badge  Self-Learner (source)
2019-12-15 11:38:17 -0600 answered a question Mahalanobis Distance between 2 images

This is the function. Is not well written, is not optimized, but it seems to work. Thanks to berak who helped me underst

2019-12-13 07:57:35 -0600 commented answer Mahalanobis Distance between 2 images

Ok, then I suppose that I have to write my own functions. I'll keep the post alive and paste the function for others to

2019-12-13 07:05:51 -0600 commented answer Mahalanobis Distance between 2 images

Thanks for the answer. I dont' have training samples or fetures. I have only 1 image model of which I have to compute t

2019-12-13 07:05:44 -0600 commented answer Mahalanobis Distance between 2 images

Thanks for the answer I dont' have training samples or fetures. I have only 1 image model of which I have to compute the

2019-12-13 07:05:30 -0600 commented answer Mahalanobis Distance between 2 images

I dont' have training samples or fetures. I have only 1 image model of which I have to compute the covariance matrix and

2019-12-13 06:02:05 -0600 edited question Mahalanobis Distance between 2 images

Mahalanobis Distance between 2 images Hi, I'm trying to compare the color between 2 images (A model and a ROI extracted

2019-12-13 06:01:53 -0600 asked a question Mahalanobis Distance between 2 images

Mahalanobis Distance between 2 images Hi, I'm trying to confront the color between 2 images (A model and a ROI extracte

2019-12-11 06:47:37 -0600 commented question Super Strange Issue with matcher->knnMatch

I don't know how to test it

2019-12-11 02:41:42 -0600 received badge  Student (source)
2019-12-11 02:32:54 -0600 commented question Super Strange Issue with matcher->knnMatch

Done. Eventine

2019-12-11 02:32:26 -0600 received badge  Editor (source)
2019-12-11 02:32:26 -0600 edited question Super Strange Issue with matcher->knnMatch

Super Strange Issue with matcher->knnMatch I need to finish a project for school using local features and I'm having

2019-12-11 02:10:15 -0600 asked a question Super Strange Issue with matcher->knnMatch

Super Strange Issue with matcher->knnMatch I need to finish a project for school using local features and I'm having