Ask Your Question

Revision history [back]

How to apply my own Distance Metric in BFMatcher

I am trying to implement Jensen-Bregman LogDet Divergence which is distance measurable between two covariance matrices. My implementation is to match SURF Features on basis of JBLD.

So my question is how I can implement JBLD distance measurement for BFMatcher now I am using NORM_L2 method.

You can see the source codes and paper on JBLD on gitHub Repo.