Calculate Euclidean distance between two points.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public double DistanceTo( DoublePoint anotherPoint ) |
Parameters
- anotherPoint
- Type: AForge..::.DoublePoint
Point to calculate distance to.