|
| enum | Pattern { NOT_EXISTING,
CHESSBOARD,
CIRCLES_GRID,
ASYMMETRIC_CIRCLES_GRID
} |
| |
| enum | InputType { INVALID,
CAMERA,
VIDEO_FILE,
IMAGE_LIST
} |
| |
|
|
void | write (FileStorage &fs) const |
| |
|
void | read (const FileNode &node) |
| |
|
void | validate () |
| |
|
Mat | nextImage () |
| |
|
|
static bool | readStringList (const string &filename, vector< string > &l) |
| |
|
static bool | isListOfImages (const string &filename) |
| |
|
|
Size | boardSize |
| |
|
Pattern | calibrationPattern |
| |
|
float | squareSize |
| |
|
int | nrFrames |
| |
|
float | aspectRatio |
| |
|
int | delay |
| |
|
bool | writePoints |
| |
|
bool | writeExtrinsics |
| |
|
bool | writeGrid |
| |
|
bool | calibZeroTangentDist |
| |
|
bool | calibFixPrincipalPoint |
| |
|
bool | flipVertical |
| |
|
string | outputFileName |
| |
|
bool | showUndistorsed |
| |
|
string | input |
| |
|
bool | useFisheye |
| |
|
bool | fixK1 |
| |
|
bool | fixK2 |
| |
|
bool | fixK3 |
| |
|
bool | fixK4 |
| |
|
bool | fixK5 |
| |
|
int | cameraID |
| |
|
vector< string > | imageList |
| |
|
size_t | atImageList |
| |
|
VideoCapture | inputCapture |
| |
|
InputType | inputType |
| |
|
bool | goodInput |
| |
|
int | flag |
| |
The documentation for this class was generated from the following file:
- computer_vision/calibration/intrinsic/demo-opencv/camera_calibration.cpp