Pink 0.9

distsets.c File Reference

distance between sets More...


Detailed Description

distance between sets

Usage: distsets in1.pgm in1.pgm mode [cut] out.list

Description:

Computes the distance between the object X defined by the binary image in1.pgm and the object Y defined by the binary image in2.pgm .

Stores the result (a number) in the file out.list .

The used pointwise distance is the exact Euclidean distance (float).

The definition of the set distance used depends on the parameter mode :

The optional parameter cut is required only for Baddeley distances.

Warning:
The input images in1.pgm and in2.pgm must be binary images. No test is done.

Types supported: byte 2d, byte 3d

Category: morpho

Author:
Michel Couprie