public class CrossCorrelationResult2D extends Object implements Quicksortable
Modifier and Type | Field and Description |
---|---|
ij.ImagePlus |
errorMapImp |
ij.ImagePlus |
overlapImp |
int |
overlappingPixels |
double |
PCMValue |
double |
R |
Point2D |
shift |
double |
SSQ |
Constructor and Description |
---|
CrossCorrelationResult2D() |
Modifier and Type | Method and Description |
---|---|
CrossCorrelationResult2D |
clone() |
double |
getQuicksortValue() |
public Point2D shift
public int overlappingPixels
public double SSQ
public double R
public double PCMValue
public ij.ImagePlus overlapImp
public ij.ImagePlus errorMapImp
public double getQuicksortValue()
getQuicksortValue
in interface Quicksortable
public CrossCorrelationResult2D clone()
Copyright © 2015–2021 Fiji. All rights reserved.