Package | Description |
---|---|
stitching.model |
Modifier and Type | Method and Description |
---|---|
static <M extends Model> |
Model.filter(Class<M> modelClass,
Collection<PointMatch> candidates,
Collection<PointMatch> inliers)
Estimate a
Model and filter potential outliers by robust
iterative regression. |
static <M extends Model> |
Model.filterRansac(Class<M> modelType,
List<PointMatch> candidates,
Collection<PointMatch> inliers,
int iterations,
float max_epsilon,
float min_inlier_ratio)
Estimate the best model for a set of feature correspondence candidates.
|
void |
TranslationModel3D.fit(Collection<PointMatch> matches) |
void |
TranslationModel2D.fit(Collection<PointMatch> matches) |
abstract void |
Model.fit(Collection<PointMatch> matches)
Fit the
Model to a set of data points minimizing the global
transfer error. |
void |
Tile.fitModel()
Update the transformation
Model . |
void |
TileConfiguration.optimize(float maxAllowedError,
int maxIterations,
int maxPlateauwidth)
Minimize the displacement of all correspondence pairs of all tiles.
|
static <M extends Model> |
Model.ransac(Class<M> modelClass,
List<PointMatch> candidates,
Collection<PointMatch> inliers,
int iterations,
double epsilon,
double min_inlier_ratio)
|
Copyright © 2015–2021 Fiji. All rights reserved.