CalibType Class |
Namespace: Emgu.CV.CvEnum
The CalibType type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. (Inherited from Enum.) |
![]() | Equals | Returns a value indicating whether this instance is equal to a specified object. (Inherited from Enum.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for the value of this instance. (Inherited from Enum.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypeCode | Returns the type code of the underlying type of this enumeration member. (Inherited from Enum.) |
![]() | HasFlag | Determines whether one or more bit fields are set in the current instance. (Inherited from Enum.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Converts the value of this instance to its equivalent string representation. (Inherited from Enum.) |
![]() | ToString(IFormatProvider) | Obsolete. This method overload is obsolete; use ToString. (Inherited from Enum.) |
![]() | ToString(String) | Converts the value of this instance to its equivalent string representation using the specified format. (Inherited from Enum.) |
![]() | ToString(String, IFormatProvider) | Obsolete. This method overload is obsolete; use ToString(String). (Inherited from Enum.) |
Name | Description | |
---|---|---|
![]() ![]() | Default |
The default value
|
![]() ![]() | FixAspectRatio |
The optimization procedure consider only one of fx and fy as independent variable and keeps the aspect ratio fx/fy the same as it was set initially in intrinsic_matrix. In this case the actual initial values of (fx, fy) are either taken from the matrix (when CV_CALIB_USE_INTRINSIC_GUESS is set) or estimated somehow (in the latter case fx, fy may be set to arbitrary values, only their ratio is used)
|
![]() ![]() | FixFocalLength |
The focal length is fixed
|
![]() ![]() | FixIntrinsic |
Only for stereo: Fix intrinsic
|
![]() ![]() | FixK1 |
The 1st distortion coefficient (k1) is fixed to 0 or to the initial passed value if CV_CALIB_USE_INTRINSIC_GUESS is passed
|
![]() ![]() | FixK2 |
The 2nd distortion coefficient (k2) is fixed to 0 or to the initial passed value if CV_CALIB_USE_INTRINSIC_GUESS is passed
|
![]() ![]() | FixK3 |
The 3rd distortion coefficient (k3) is fixed to 0 or to the initial passed value if CV_CALIB_USE_INTRINSIC_GUESS is passed
|
![]() ![]() | FixK4 |
The 4th distortion coefficient (k4) is fixed (see above)
|
![]() ![]() | FixK5 |
The 5th distortion coefficient (k5) is fixed to 0 or to the initial passed value if CV_CALIB_USE_INTRINSIC_GUESS is passed
|
![]() ![]() | FixK6 |
The 6th distortion coefficient (k6) is fixed to 0 or to the initial passed value if CV_CALIB_USE_INTRINSIC_GUESS is passed
|
![]() ![]() | FixPrincipalPoint |
The principal point is not changed during the global optimization, it stays at the center and at the other location specified (when CV_CALIB_FIX_FOCAL_LENGTH - Both fx and fy are fixed.
CV_CALIB_USE_INTRINSIC_GUESS is set as well)
|
![]() ![]() | FixS1S2S3S4 |
Fix S1, S2, S3, S4
|
![]() ![]() | FixTauxTauy |
Fix Taux Tauy
|
![]() ![]() | RationalModel |
Rational model
|
![]() ![]() | SameFocalLength |
Only for stereo: Same focal length
|
![]() ![]() | ThinPrismModel |
Thin prism model
|
![]() ![]() | TiltedModel |
Tilted model
|
![]() ![]() | UseIntrinsicGuess |
intrinsic_matrix contains valid initial values of fx, fy, cx, cy that are optimized further. Otherwise, (cx, cy) is initially set to the image center (image_size is used here), and focal distances are computed in some least-squares fashion
|
![]() ![]() | UseLU |
For stereo rectification: use LU instead of SVD decomposition for solving. much faster but potentially less precise
|
![]() ![]() | UseQR |
Use QR instead of SVD decomposition for solving. Faster but potentially less precise
|
![]() | value__ | |
![]() ![]() | ZeroDisparity |
For stereo rectification: Zero disparity
|
![]() ![]() | ZeroTangentDist |
Tangential distortion coefficients are set to zeros and do not change during the optimization
|