Package | Description |
---|---|
bunwarpj |
Provides the main and utility classes to run the ImageJ/Fiji plugin
bUnwarpJ_ : consistent and elastic image registration. |
Modifier and Type | Method and Description |
---|---|
static Transformation |
bUnwarpJ_.computeTransformationBatch(ij.ImagePlus targetImp,
ij.ImagePlus sourceImp,
ij.process.ImageProcessor targetMskIP,
ij.process.ImageProcessor sourceMskIP,
AffineTransform targetAffineTransf,
AffineTransform sourceAffineTransf,
Param parameter)
Method for images alignment with no graphical interface.
|
static Transformation |
bUnwarpJ_.computeTransformationBatch(ij.ImagePlus targetImp,
ij.ImagePlus sourceImp,
ij.process.ImageProcessor targetMskIP,
ij.process.ImageProcessor sourceMskIP,
int mode,
int img_subsamp_fact,
int min_scale_deformation,
int max_scale_deformation,
double divWeight,
double curlWeight,
double landmarkWeight,
double imageWeight,
double consistencyWeight,
double stopThreshold)
Method for images alignment with no graphical interface.
|
static Transformation |
bUnwarpJ_.computeTransformationBatch(ij.ImagePlus targetImp,
ij.ImagePlus sourceImp,
ij.process.ImageProcessor targetMskIP,
ij.process.ImageProcessor sourceMskIP,
Param parameter)
Method for images alignment with no graphical interface.
|
static Transformation |
bUnwarpJ_.computeTransformationBatch(int sourceWidth,
int sourceHeight,
int targetWidth,
int targetHeight,
Stack<Point> sourcePoints,
Stack<Point> targetPoints,
Param parameter)
Method for images alignment with no graphical interface.
|
Copyright © 2015–2021 Fiji. All rights reserved.