Class CalibrateCameraChessboard
Represents an operator that finds the camera intrinsic parameters from several views of a chessboard calibration pattern.
public class CalibrateCameraChessboard : Transform<KeyPointCollection[], CameraCalibration>- Inheritance
- 
      
      
      
      CalibrateCameraChessboard
- Inherited Members
Properties
- CalibrationFlags
- Gets or sets a value specifying the operation flags used for calibrating camera intrinsics. 
- PatternSize
- Gets or sets the number of inner corners per chessboard row and column. 
Methods
- Process(IObservable<KeyPointCollection[]>)
- Finds the camera intrinsic parameters from an observable sequence of batches of views of a chessboard calibration pattern. 
- Process(IObservable<KeyPointCollection>)
- Finds the camera intrinsic parameters from an observable sequence of views of a chessboard calibration pattern.