|
|
| EventCamera (std::string configPath) |
| |
|
void | undistortImage (const cv::Mat &src, cv::Mat &dest) |
| |
|
int | getWidth () |
| |
|
int | getHeight () |
| |
|
Eigen::Matrix< double, 3, 4 > | getProjectionMatrix () |
| |
|
void | preComputeRectifiedCoordinate () |
| |
|
Eigen::MatrixXi & | getUndistortRectifyMask () |
| |
|
Eigen::Matrix3d | Rbc () |
| |
|
Eigen::Vector3d | tbc () |
| |
|
Eigen::Matrix4d | Tbc () |
| |
|
Eigen::Vector2d | World2Cam (const Eigen::Vector3d &p) |
| |
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef std::shared_ptr< EventCamera > | Ptr |
| |
|
|
int | mWidth |
| |
|
int | mHeight |
| |
|
Eigen::Matrix3d | mK |
| |
|
Eigen::Matrix3d | mKinv |
| |
|
Eigen::Matrix< double, 3, 4 > | mP |
| |
|
cv::Mat | mDistort |
| |
|
DistortionModel | mDType |
| |
|
cv::Mat | mUndistortM1 |
| |
|
cv::Mat | mUnditortM2 |
| |
|
Eigen::Matrix3d | mRbc |
| |
|
Eigen::Vector3d | mtbc |
| |
|
Eigen::MatrixXi | mUndistortRectifyMask |
| |
The documentation for this class was generated from the following files:
- /Users/wanting/Files/git_sync/Canny-EVT/include/EventCamera.h
- /Users/wanting/Files/git_sync/Canny-EVT/src/EventCamera.cpp