public class MutualInformation extends Object implements PixelPairs
Constructor and Description |
---|
MutualInformation() |
MutualInformation(float minimumValue,
float maximumValue,
int bins) |
Modifier and Type | Method and Description |
---|---|
void |
add(float v1,
float v2) |
float |
distance() |
float |
getEntropy1() |
float |
getEntropy2() |
float |
getJointEntropy() |
float |
mutualInformation() |
void |
printJointMatrix() |
void |
reset() |
public MutualInformation(float minimumValue, float maximumValue, int bins)
public MutualInformation()
public void reset()
reset
in interface PixelPairs
public void add(float v1, float v2)
add
in interface PixelPairs
public float getEntropy1()
public float getEntropy2()
public float getJointEntropy()
public float mutualInformation()
public float distance()
distance
in interface PixelPairs
public void printJointMatrix()
Copyright © 2015–2021 Fiji. All rights reserved.