OpenCV 4.11.0
开源计算机视觉
|
#include "opencv2/core.hpp"
命名空间 | |
命名空间 | cv |
函数 | |
float | cv::EMDL1 (InputArray signature1, InputArray signature2) |
基于 Haibin Ling 和 Kazunori Okuda 的论文“EMD-L1: An efficient and Robust Algorithm for comparing histogram-based descriptors”以及 Elizaveta Levina 和 Peter Bickel 的论文“The Earth Mover's Distance is the Mallows Distance: Some Insights from Statistics”,计算两个加权点配置之间的“最小工作”距离。 | |