image thumbnail

updated 8 months ago

3D Euclidean Distance Transform for Variable Data Aspect Ratio by Yuriy Mishchenko

Implementation of 3D Euclidean distance transform for data with non-trivial aspect ratio. (transforms, distance transform, aspect ratio)

D=bwdistX(bw,aspect)

D=bwdistsc(bw,aspect)

D=bwdistsc1(bw,aspect,maxval)

image thumbnail

updated 9 months ago

IPDM: Inter-Point Distance Matrix by John D'Errico

An efficient and accurate Inter-Point Distance Matrix (distance, interpoint, distances)

demo_ipdm

ipdm(data1,varargin)

image thumbnail

updated 1 year ago

Pairwise Distance Matrix by Mo Chen

Compute a matrix of square Euclidean or Mahalanobis distances between points sets(fully optimized!). (distance, mahalanobis, pairwise)

sqdistance(A, B, M)

image thumbnail

updated 2 years ago

DNorm2 by Jan Simon

Euclidian norm along a specified dim of an array - fast C-Mex (2norm, norm, distance)

DNorm2(X, n)

uTest_DNorm2(doSpeed)

image thumbnail

updated 4 years ago

Minimum distance between two polygons by Guillaume JACQUENOT

This function computes the minimum euclidean distance between two polygons P1 & P2. (distance, polygon, minimum)

curveintersect(varargin)

min_dist_between_two_polygons(P1,P2,Display_solution)

image thumbnail

updated 4 years ago

2D minimal segments distance by Roberto Olmi

Computes the minimal distace between two segments (2d, euclidean, segments)

d=segDistance(P,Q)

image thumbnail

updated almost 8 years ago

axisL2norm by Barun Singh

Normalize a tensor along a given dimension. (norm, l2, euclidean)

axisL2norm(x,normAxis)

image thumbnail

updated 13 years ago

distance.m by R. Bunschoten

A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. (dist, euclidean, distance)

distance(a,b)

Contact us