资源简介
最原始的hausdorff距离 matlab函数
未经改进的
代码片段和文件信息
function [hd D] = HausdorffDist(PQ)
% Calculates the Hausdorff Distance between P and Q
%
% hd = HausdorffDist(PQ)
% [hd D] = HausdorffDist(PQ)
%
% Calculates the Hausdorff Distance hd between two sets of points P and Q
% (which could be two trajectories) in two dimensions. Sets P and Q must
% therefore be matricies with an equal number of columns (dimensions)
% though not necessarily an equal number of rows (observations).
%
% The Directional Hausdorff Distance (dhd) is defined as:
% dhd(PQ) = max p c P [ min q c Q [ ||p-q|| ] ].
% Intuitively dhd finds the point p from the set P that is farthest from any
% point in Q and measures the distance from p to its nearest neighbor in Q.
%
% The Hausdorff Distance is defined as max{dhd(PQ)dhd(QP)}
%
% D is the mat
- 上一篇:配电网潮流计算程序
- 下一篇:MATLAB生成光通过三稜镜色散动画
相关资源
- docs
- fusion_change_detection SAR图像变化检测代
- zhifangtujunhanghua 直方图均衡
- image_matching
- chapter9 图像分割
- licenceplatecharacterrecognitionprogram 能完成
- Harris.rar 特征提取是图像配准的重要步
- sharpen
- chaos_communication1 在两个混沌系统实现
- pinjie 本文用用Harris算子提取特征点
- TheResearchofOff-linehandwrittenChinesecharact
- phasecorrelation 运用相位相关法对图像进
- hao 调制识别全过程
- darkchannel 用MATLAB实现的darkchannel算法
- quyushengzhangfa 用matlab编写的区域生长法
- RANSAC-match 可以在harris角点检测和ncc粗
- Top-hat 基于形态学的滤波算法
- harris2807740
- LCV “An efficientlocalChan–Vesemodelforima
- tuxiangfenge Matlab边缘检测和区域生长图
- APF_model
- MNIST-handwritten-digits 手写数字识别数据
- image_enhangce_value
- aloha
- Zhang 相机标定经典张正友标定法
- shadow-removal 该代码用于在视觉智能监
- 0301 图像配准和拼接
- speech-enhancement 本资料涵盖了几乎所有
- LRR 低秩LRR
- shadow-removal 非常全面介绍了阴影检测
评论
共有 条评论