Skip to content

tracklinker

Jian Tay edited this page Jan 25, 2022 · 1 revision

This is a description of how the TrackLinker object works

Contents:

Overview

Calculation types

Euclidean

The Euclidean distance calculation between two vectors is defined as:

$d(\mathbf{p},\mathbf{q}) = \sqrt{ (p_1 - q_1)^2 + (p_2 - q_2)^2 +\ldots + (p_N - q_N)^2}$

Restrictions:

  • The parameter must be a vector (i.e. row or column)

PxIntersect

PxIntersect computes the number of intersecting pixels between two pixel index lists.

Restrictions:

  • The parameter must be a numeric cell array

Clone this wiki locally