代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/194440/8193922
m distinc.m
function s=distinc(x,y)
% s=distinc(x,y)
%
% This function computes the incremental distance between each pair of points
% represented by the vectors x and y. See also distcum distpoint and distreac
www.eeworm.com/read/194440/8193981
m distpoint.m
function s=distpoint(x,y,xnot,ynot)
% s=distpoint(x,y,xnot,ynot)
%
% This function computes the distance between each pair of points represented
% by the vectors x and y and the single point xnot,yno
www.eeworm.com/read/393518/8280667
m distchar.m
function d=distchar(ar1,ar2,mode)
%DISTCHAR calculates the cosh spectral distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row conta
www.eeworm.com/read/411198/11253065
readme
This directory contains the code to compute the rasterised Hausdorff
distance under translation.
The files are:
driver.c: main() routine which loads up images, computes the Hausdorff
distance, and pr
www.eeworm.com/read/265721/11255532
m distchar.m
function d=distchar(ar1,ar2,mode)
%DISTCHAR calculates the cosh spectral distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row conta
www.eeworm.com/read/237387/13965211
dat readme.dat
This directory contains the code to compute the rasterised Hausdorff
distance under translation.
The files are:
driver.c: main() routine which loads up images, computes the Hausdorff
distance, and pr
www.eeworm.com/read/134895/13971580
txt distitpf.txt
function d=distitpf(pf1,pf2,mode)
%DISTITPF calculates the Itakura spectral distance between power spectra D=(PF1,PF2,MODE)
%
% Inputs: PF1,PF2 Power spectra to be compared. Each row represents
www.eeworm.com/read/134895/13971655
txt distitar.txt
function d=distitar(ar1,ar2,mode)
%DISTITAR calculates the Itakura distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row contains a
www.eeworm.com/read/134895/13971710
m distitpf.m
function d=distitpf(pf1,pf2,mode)
%DISTITPF calculates the Itakura spectral distance between power spectra D=(PF1,PF2,MODE)
%
% Inputs: PF1,PF2 Power spectra to be compared. Each row represents
www.eeworm.com/read/235612/14060804
m distinc.m
function s=distinc(x,y)
% s=distinc(x,y)
%
% This function computes the incremental distance between each pair of points
% represented by the vectors x and y. See also distcum distpoint and distreac