image thumbnail

updated 25 days ago

Unscented Hellinger distance between GMMs by Matej Kristan

The code calculates a metric between a pair of multivariate Gaussian Mixture Models. (signal processing, statistics, gaussian mixture mode...)

col_sum(x)

cols(a)

conf2mahal(c, d)

image thumbnail

updated 1 month ago

Discrete Frechet Distance by Zachary Danziger

The discrete Frechet distance is a scalar measure of similarity between two curves. (curves, mathematics, metric)

DiscreteFrechetDist(P,Q,dfcn)

image thumbnail

updated 1 month ago

Frechet Distance Calculator by Tristan Ursell

Estimate the similarity between curves in space using the scalar Frechet Distance. (curve, curves, path)

frechet(X1,Y1,X2,Y2,varargin)

image thumbnail

updated 3 months ago

Hausdorff Distance by Zachary Danziger

Calculates the Hausdorff Distance between two sets of points in a Euclidean metric space. (distance, mathematics, metric)

HausdorffDist(P,Q,lmf,dv)

image thumbnail

updated 5 months ago

Convert Between Numerics and Prefixed Strings (SI or Binary) by Stephen Cobeldick

Convert between numeric scalar values and SI prefixed or binary prefixed strings. (data, kibi, mibi)

binum(str,pst)

bipre(val,sgf,pfx)

sinum(str,pst)

image thumbnail

updated 3 years ago

Active Contours: A New Distribution Metric for Image Segmentation by Romeil Sandhu

We present a new distribution metric for image segmentation for active contours. (active contours, segmentation, medical imaging)

Dirac2(x, sigma)

Init_SDF(mask)

Tryphon_NB(I, phi, iter, dt, alpha, flag_approx)

image thumbnail

updated almost 5 years ago

num2str with metric prefix by Mark T

Converts numbers to strings in engineering notation (num2str, metric, prefix)

xstr=num2strEng(x,varargin)

image thumbnail

updated almost 6 years ago

Computing Pairwise Distances and Metrics by Dahua Lin

Compute pairwise distance or metric values between two sets of vectors (distance, metric, pairwise)

slmetric_pw(X1, X2, mtype, varargin)

slmetric_pw_compile()

image thumbnail

updated almost 6 years ago

Error related performance metrics by Skynet

Determine various error related performance metrics. (statistics, probability, perf)

V=errperf(T,P,M)

image thumbnail

updated 7 years ago

maxstar by Robert Dickson

Natural log of a sum of exponentials (coding theory, information theory, precision)

maxstar(x, w, dim)

Contact us