You are here:
Start »
FIL.NET »
FIS.CalibrateCamera_Telecentric_DeprecatedDeprecated Method
FIS.CalibrateCamera_Telecentric_DeprecatedDeprecated Method
Namespace: | FilNet |
Assembly: | FIL.NET.dll |
Syntax
public static void CalibrateCamera_Telecentric_DeprecatedDeprecated
(
IList<IList<FilNet.Point3D>> inObjectPoints,
IList<IList<FilNet.Point2D>> inImagePoints,
int inImageWidth,
int inImageHeight,
bool inUseRationalModel,
bool inUseTangentialModel,
bool inUseThinPrismModel,
FilNet.Matrix outCameraMatrix,
out FilNet.LensDistortion outDistortion
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 | inObjectPoints | System.Collections.Generic.IList<System.Collections.Generic.IList<FilNet.Point3D>> | | | Array, for each view: array of 3D points of the calibration pattern. |
 | inImagePoints | System.Collections.Generic.IList<System.Collections.Generic.IList<FilNet.Point2D>> | | | Array, for each view: array of corresponding 2D points in the picture. |
 | inImageWidth | int | <1, INF> | | Image width, only used to initialize camera matrix, not used when inInitialCameraMatrix present. |
 | inImageHeight | int | <1, INF> | | Image height, only used to initialize camera matrix, not used when inInitialCameraMatrix present. |
 | inUseRationalModel | bool | | False | Estimate radial denominator coefficients k4, k5, k6 |
 | inUseTangentialModel | bool | | True | Estimate tangential distortion coefficients p1, p2 |
 | inUseThinPrismModel | bool | | True | Estimate thin prism distortion coefficients s1, s2, s3, s4 |
 | outCameraMatrix | FilNet.Matrix | | | |
 | outDistortion | FilNet.LensDistortion | | | |
Function Overrides
- CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<Point3D>>, IList<IList<Point2D>>, Int32, Int32, Boolean, Boolean, Boolean, Matrix, LensDistortion, Single)
- CalibrateCamera_Telecentric_DeprecatedDeprecated(IList<IList<Point3D>>, IList<IList<Point2D>>, Int32, Int32, Boolean, Boolean, Boolean, Matrix, LensDistortion, NullableValue<Single>)
See also