Package | Description |
---|---|
<Unnamed> | |
stitching |
Modifier and Type | Method and Description |
---|---|
FloatArray2D |
Stitching_2D.ImageToFloatArray(ij.process.ImageProcessor ip,
String handleRGB) |
Modifier and Type | Method and Description |
---|---|
void |
Stitching_2D.work(FloatArray2D inputImage1,
FloatArray2D inputImage2) |
Modifier and Type | Method and Description |
---|---|
FloatArray2D |
FloatArray2D.clone() |
static FloatArray2D |
CommonFunctions.computeFFT(FloatArray2D img) |
static FloatArray2D |
CommonFunctions.computePhaseCorrelationMatrix(FloatArray2D fft1,
FloatArray2D fft2,
int width) |
static FloatArray2D |
CommonFunctions.pffft2D(FloatArray2D values,
boolean scale) |
static FloatArray2D |
CommonFunctions.pffftInv2D(FloatArray2D values,
int nfft) |
static FloatArray2D |
CommonFunctions.zeroPad(FloatArray2D ip,
int width,
int height) |
static FloatArray2D[] |
CommonFunctions.zeroPadImages(FloatArray2D img1,
FloatArray2D img2) |
Modifier and Type | Method and Description |
---|---|
static FloatArray2D |
CommonFunctions.computeFFT(FloatArray2D img) |
static FloatArray2D |
CommonFunctions.computePhaseCorrelationMatrix(FloatArray2D fft1,
FloatArray2D fft2,
int width) |
static FloatArray2D |
CommonFunctions.pffft2D(FloatArray2D values,
boolean scale) |
static FloatArray2D |
CommonFunctions.pffftInv2D(FloatArray2D values,
int nfft) |
static FloatArray2D |
CommonFunctions.zeroPad(FloatArray2D ip,
int width,
int height) |
static FloatArray2D[] |
CommonFunctions.zeroPadImages(FloatArray2D img1,
FloatArray2D img2) |
Copyright © 2015–2021 Fiji. All rights reserved.