Package | Description |
---|---|
bigwarp.transforms | |
edu.utexas.clm.archipelago.ijsupport | |
lenscorrection | |
mpicbg.ij.blockmatching | |
mpicbg.models |
Modifier and Type | Method and Description |
---|---|
AbstractAffineModel2D<?> |
BigWarpTransform.getModel2D() |
Modifier and Type | Method and Description |
---|---|
AbstractAffineModel2D<?> |
AbstractAffineModelChunk.getData() |
Constructor and Description |
---|
AbstractAffineModelChunk(AbstractAffineModel2D<?> model2D) |
Modifier and Type | Method and Description |
---|---|
AbstractAffineModel2D<?> |
PolynomialModel2D.getAffine() |
Modifier and Type | Method and Description |
---|---|
protected static void |
Distortion_Correction.extractSIFTPointsThreaded(int index,
List<Feature>[] siftFeatures,
List<PointMatch>[] inliers,
AbstractAffineModel2D<?>[] models) |
void |
PolynomialModel2D.setAffine(AbstractAffineModel2D<?> affine) |
Modifier and Type | Method and Description |
---|---|
protected void |
Distortion_Correction.extractSIFTPoints(int index,
List<Feature>[] siftFeatures,
List<List<PointMatch>> inliers,
List<AbstractAffineModel2D<?>> models) |
void |
PolynomialModel2D.setAffine(Class<? extends AbstractAffineModel2D<?>> affineClass) |
Modifier and Type | Method and Description |
---|---|
static void |
BlockMatching.findMatches(ij.process.FloatProcessor source,
ij.process.FloatProcessor target,
ij.process.FloatProcessor sourceMask,
ij.process.FloatProcessor targetMask,
Model<?> initialModel,
Class<? extends AbstractAffineModel2D<?>> localModelClass,
float maxEpsilon,
float maxScale,
float minR,
float rodR,
float maxCurvatureR,
int meshResolution,
float alpha,
Collection<PointMatch> sourceMatches) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAffineModel2D<M extends AbstractAffineModel2D<M>> |
Modifier and Type | Class and Description |
---|---|
class |
AffineModel2D
2d-affine transformation models to be applied to points in 2d-space.
|
class |
RigidModel2D
2d-rigid transformation models to be applied to points in 2d-space.
|
class |
SimilarityModel2D
2d-similarity transformation models to be applied to points in 2d-space.
|
class |
TranslationModel2D
2d-translation
AbstractModel to be applied to points in 2d-space. |
Copyright © 2015–2021 Fiji. All rights reserved.