|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
#include <ransac.h>
Public Attributes | |
| int | max_iters = 1000 |
| double | thresh = 2.0 |
| int | min_inliers = 12 |
| double | confidence = 0.99 |
| uint64_t | seed = 1234567 |
| bool | refit_on_inliers = true |