1 | initial version |
hmm, opencv uses feature matching, to compute the histograms
2 | No.2 Revision |
hmm, opencv uses feature matching, to compute the histograms
for your own descriptor, i guess, you have to implement something similar on your own.
alternatively to the histograms as final features, you could store distances to the centers, or residuals even.
3 | No.3 Revision |
hmm, opencv uses feature matching, to compute the histograms
for your own custom descriptor, i guess, you have to implement something similar on your own.
alternatively to the histograms as final features, you could store distances to the centers, or residuals even.