public class Correlation extends Object implements PixelPairs
Constructor and Description |
---|
Correlation() |
Modifier and Type | Method and Description |
---|---|
void |
add(float v1,
float v2) |
float |
correlation() |
float |
distance() |
void |
reset() |
public void reset()
reset
in interface PixelPairs
public void add(float v1, float v2)
add
in interface PixelPairs
public float correlation()
public float distance()
distance
in interface PixelPairs
Copyright © 2015–2021 Fiji. All rights reserved.