public class CrossCorrelationResult3D extends Object implements Quicksortable
Modifier and Type | Field and Description |
---|---|
ij.ImagePlus |
errorMapImp |
ij.ImagePlus |
overlapImp |
int |
overlappingPixels |
double |
PCMValue |
double |
R |
Point3D |
shift |
double |
SSQ |
Constructor and Description |
---|
CrossCorrelationResult3D() |
Modifier and Type | Method and Description |
---|---|
CrossCorrelationResult3D |
clone() |
double |
getQuicksortValue() |
public Point3D 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 CrossCorrelationResult3D clone()
Copyright © 2015–2021 Fiji. All rights reserved.