91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

最原始的hausdorff距離 matlab函數(shù) 未經(jīng)改進(jìn)的

資源截圖

代碼片段和文件信息

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

評論

共有 條評論