![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Bundler camera. More...

Public Member Functions | |
| BundlerCamera () | |
| Default constructor. More... | |
Public Attributes | |
| float | f_pix |
| focal (in pixels) More... | |
| float | k1 |
| First radial distortion coef. More... | |
| float | k2 |
| Second radial distortion coef. More... | |
| ccGLMatrixd | trans |
| Rotation + translation. More... | |
| bool | isValid |
| Validity. More... | |
Bundler camera.
Definition at line 44 of file BundlerFilter.cpp.
|
inline |
Default constructor.
Definition at line 46 of file BundlerFilter.cpp.
| float BundlerCamera::f_pix |
focal (in pixels)
Definition at line 49 of file BundlerFilter.cpp.
| bool BundlerCamera::isValid |
Validity.
Definition at line 57 of file BundlerFilter.cpp.
| float BundlerCamera::k1 |
First radial distortion coef.
Definition at line 51 of file BundlerFilter.cpp.
| float BundlerCamera::k2 |
Second radial distortion coef.
Definition at line 53 of file BundlerFilter.cpp.
| ccGLMatrixd BundlerCamera::trans |
Rotation + translation.
Definition at line 55 of file BundlerFilter.cpp.