3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.CameraCalibrator.CalibrationSettings Class Reference

Сalibration process settings. More...

Classes

enum  PatternType
 Types of calibration patterns. More...
 

Public Attributes

int image_width
 Width of images for calibration.
 
int image_height
 Height of images for calibration.
 
PatternType pattern_type
 Pattern type.
 
int pattern_width
 Pattern width.
 
int pattern_height
 Pattern height.
 
boolean fix_aspect_ratio
 Fix the aspect ratio.
 
boolean calib_zero_tangent_dist
 Consider a tangential distortion as zero.
 
boolean calib_fix_principal_point
 Fix the principal point at the center.
 
boolean rational_distortion_model
 Use the rational distortion model.
 

Detailed Description

Сalibration process settings.