|
| std::string | ClassName () const override |
| |
| bool | SaveFile (const std::string &filename) const override |
| |
| bool | LoadFile (const std::string &filename) override |
| |
| | PinholeCameraParameter ()=default |
| |
| | ~PinholeCameraParameter ()=default |
| |
| std::string | ClassName () const override |
| |
| bool | SaveFile (const std::string &filename) const override |
| |
| bool | LoadFile (const std::string &filename) override |
| |
| virtual | ~BaseCameraParameter ()=default |
| |
| | BaseCameraParameter () |
| |
| | BaseCameraParameter (const std::string &name, int width, int height, bool world2cam, const Eigen::Matrix4f &intrinsic, const Eigen::Matrix3f &extrinsic_r, const Eigen::Vector3f &extrinsic_t, const std::string &convention) |
| |
| | BaseCameraParameter (const Eigen::Matrix4f &intrinsic, const Eigen::Matrix3f &extrinsic_r, const Eigen::Vector3f &extrinsic_t) |
| |
| void | set_intrinsic (int width, int height, double fx, double fy, double cx, double cy, bool perspective=true) |
| |
| void | set_intrinsic (const Eigen::Matrix3f &mat, bool perspective=true) |
| |
| Eigen::Matrix3f | intrinsic33 () const |
| |
◆ ClassName()
| std::string PyPinholeCameraParameter::ClassName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ LoadFile()
| bool PyPinholeCameraParameter::LoadFile |
( |
const std::string & |
filename | ) |
|
|
inlineoverridevirtual |
◆ SaveFile()
| bool PyPinholeCameraParameter::SaveFile |
( |
const std::string & |
filename | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/xrprimer-yl/checkouts/latest/cpp/pybind/data_structure/camera.cpp