Package | Description |
---|---|
<Unnamed> | |
stitching |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Point3D> |
Stitching_3D.findPeaks(FloatArray3D invPCM,
Point3D img1,
Point3D img2,
Point3D ext1,
Point3D ext2,
int checkPeaks) |
void |
Stitching_3D.work(FloatArray3D inputImage1,
FloatArray3D inputImage2) |
Modifier and Type | Method and Description |
---|---|
FloatArray3D |
FloatArray3D.clone() |
static FloatArray3D |
CommonFunctions.computeFFT(FloatArray3D img) |
static FloatArray3D |
CommonFunctions.computePhaseCorrelationMatrix(FloatArray3D fft1,
FloatArray3D fft2,
int width) |
static FloatArray3D |
CommonFunctions.pffft3DMT(FloatArray3D values,
boolean scale) |
static FloatArray3D |
CommonFunctions.pffftInv3DMT(FloatArray3D values,
int nfft) |
static FloatArray3D |
CommonFunctions.zeroPad(FloatArray3D ip,
int width,
int height,
int depth) |
static FloatArray3D[] |
CommonFunctions.zeroPadImages(FloatArray3D img1,
FloatArray3D img2) |
Modifier and Type | Method and Description |
---|---|
static FloatArray3D |
CommonFunctions.computeFFT(FloatArray3D img) |
static FloatArray3D |
CommonFunctions.computePhaseCorrelationMatrix(FloatArray3D fft1,
FloatArray3D fft2,
int width) |
static FloatArray3D |
CommonFunctions.pffft3DMT(FloatArray3D values,
boolean scale) |
static FloatArray3D |
CommonFunctions.pffftInv3DMT(FloatArray3D values,
int nfft) |
static FloatArray3D |
CommonFunctions.zeroPad(FloatArray3D ip,
int width,
int height,
int depth) |
static FloatArray3D[] |
CommonFunctions.zeroPadImages(FloatArray3D img1,
FloatArray3D img2) |
Copyright © 2015–2021 Fiji. All rights reserved.