Package | Description |
---|---|
mpicbg.ij.blockmatching | |
mpicbg.models |
Modifier and Type | Method and Description |
---|---|
static void |
BlockMatching.matchByMaximalPMCC(ij.process.FloatProcessor source,
ij.process.FloatProcessor target,
ij.process.FloatProcessor sourceMask,
ij.process.FloatProcessor targetMask,
double scale,
CoordinateTransform transform,
int blockRadiusX,
int blockRadiusY,
int searchRadiusX,
int searchRadiusY,
float minR,
float rod,
float maxCurvature,
Collection<? extends Point> sourcePoints,
Collection<PointMatch> sourceMatches,
ErrorStatistic observer)
Estimate point correspondences for a
Collection of Points among two images that are
approximately related by an InvertibleCoordinateTransform using
the Pearson product-moment correlation coefficient (PMCC) r of
pixel intensities as similarity measure. |
static void |
BlockMatching.matchByMaximalPMCC(ij.process.FloatProcessor source,
ij.process.FloatProcessor target,
ij.process.FloatProcessor sourceMask,
ij.process.FloatProcessor targetMask,
float scale,
CoordinateTransform transform,
int blockRadiusX,
int blockRadiusY,
int searchRadiusX,
int searchRadiusY,
Collection<? extends Point> sourcePoints,
Collection<PointMatch> sourceMatches,
ErrorStatistic observer)
Estimate point correspondences for a
Collection of Points among two images that are
approximately related by an InvertibleCoordinateTransform using
the Pearson product-moment correlation coefficient (PMCC) r of
pixel intensities as similarity measure. |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringMesh.calculateForceAndSpeed(ErrorStatistic observer)
Deprecated.
Remains for legacy compatibility
|
void |
TileConfiguration.optimize(ErrorStatistic observer,
double maxAllowedError,
int maxIterations,
int maxPlateauwidth,
double damp)
Minimize the displacement of all
Correspondence pairs
of all Tiles and tell about it. |
static void |
TileUtil.optimizeConcurrently(ErrorStatistic observer,
double maxAllowedError,
int maxIterations,
int maxPlateauwidth,
double damp,
TileConfiguration tc,
Set<Tile<?>> tiles,
Set<Tile<?>> fixedTiles,
int nThreads) |
void |
ElasticMovingLeastSquaresMesh.optimizeIteration(ErrorStatistic observer)
Performs one optimization iteration and writes its error into the ErrorStatistics
|
void |
TileConfiguration.optimizeSilently(ErrorStatistic observer,
double maxAllowedError,
int maxIterations,
int maxPlateauwidth)
Minimize the displacement of all
Correspondence pairs
of all Tiles |
void |
TileConfiguration.optimizeSilently(ErrorStatistic observer,
double maxAllowedError,
int maxIterations,
int maxPlateauwidth,
double damp)
Minimize the displacement of all
Correspondence pairs
of all Tiles |
void |
TileConfiguration.optimizeSilentlyConcurrent(ErrorStatistic observer,
double maxAllowedError,
int maxIterations,
int maxPlateauwidth,
double damp) |
protected void |
SpringMesh.optimizeStep(ErrorStatistic observer)
Performs one optimization step.
|
protected void |
SpringMesh.updateForce(ErrorStatistic observer)
Update force vectors for all vertices.
|
Copyright © 2015–2021 Fiji. All rights reserved.