Package | Description |
---|---|
lenscorrection |
Modifier and Type | Method and Description |
---|---|
NonLinearTransform |
NonLinearTransform.copy()
TODO Make this more efficient
|
static NonLinearTransform |
Distortion_Correction.createInverseDistortionModel(Collection<Distortion_Correction.PointMatchCollectionAndAffine> pointMatches,
int dimension,
double lambda,
int imageWidth,
int imageHeight)
Estimates a polynomial distortion model for a set of
corresponding points and returns the inverse of
this model which then may be used to undo the distortion.
|
protected static NonLinearTransform |
Distortion_Correction.distortionCorrection(double[][] hack1,
double[][] hack2,
double[][] transformParams,
int dimension,
double lambda,
int w,
int h) |
Modifier and Type | Method and Description |
---|---|
void |
NonLinearTransform.set(NonLinearTransform nlt) |
Copyright © 2015–2021 Fiji. All rights reserved.