GeometricCorrectionMethod enum
Namespace: P1.ImageSdk
Definition
Defines how the Geometric Correction operation should operate.
Precise
method takes up large amount of memory, and takes some time to precalculate some data. When dozens of images are processed with the same Geometric Correction, this operation performs better than the Approximated
. This is the default option.
Approximated
method doesn’t require the large amount of memory and the additional cost of precalculating some data, so it is recommended for individual outputs or when the memory is limited.
Simplified
method is the fastest option, but not recommended for photogrammetry usage.
public enum GeometricCorrectionMethod
Fields
|
1 |
Precise Geometric Correction Method produces the most precise results |
|
2 |
Approximated Geometric Correction Method produces sightly imprecise results with much less resource needed |
|
3 |
Simplified Geometric Correction Method uses a generic lens model to undistort the Radial Distortion only |