| Package | Description |
|---|---|
| bunwarpj |
Provides the main and utility classes to run the ImageJ/Fiji plugin
bUnwarpJ_: consistent and elastic image registration. |
| bunwarpj.trakem2.transform | |
| mpicbg.trakem2.align | |
| register_virtual_stack |
| Modifier and Type | Method and Description |
|---|---|
static ij.ImagePlus[] |
bUnwarpJ_.alignImagesBatch(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(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,
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CubicBSplineTransform.set(Param p,
int sourceWidth,
int sourceHeight,
int targetWidth,
int targetHeight) |
| Modifier and Type | Field and Description |
|---|---|
protected static Param |
AlignLayersTask.elasticParam |
| Modifier and Type | Field and Description |
|---|---|
Param |
Register_Virtual_Stack_MT.Param.elastic_param
bUnwarpJ parameters for consistent elastic registration
|
Copyright © 2015–2021 Fiji. All rights reserved.