distance

format

distance(java.util.Vector source, java.util.Vector target)

description

Retrieves the distance between the indexed signatures of two EDFs. This only applies to one index type at a time. For example, you could get the result texture distance from the target.

parameters

 source — the initial EDF whose distance you want to calculate against another EDF

 

target — the EDF whose indexed signature you want to compare against the source EDF

returns

a double-precision floating-point value representing the current result distance from the target image

throws

The distance() method does not throw any exceptions.