SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <WAIImageStabilizedOrientation.h>
Public Member Functions | |
bool | findCameraOrientationDifferenceF2F (cv::Mat imageGray, cv::Mat &imageRgb, const cv::Mat &intrinsic, float scaleToGray, bool decorate) |
bool | findCameraOrientationDifferenceF2FHorizon (const SLVec3f &horizon, cv::Mat imageGray, cv::Mat &imageRgb, const cv::Mat &intrinsic, float scaleToGray, bool decorate) |
Private Attributes | |
cv::Mat | _lastImageGray |
cv::Mat | _Tcw |
float | _xAngRAD = 0.f |
float | _yAngRAD = 0.f |
float | _zAngRAD = 0.f |
std::vector< cv::KeyPoint > | _lastKeyPts |
std::vector< cv::Point2f > | _lastPts |
std::vector< cv::Point2f > | _currPts |
std::vector< cv::Point2f > | _lastGoodPts |
std::vector< cv::Point2f > | _currGoodPts |
std::vector< uchar > | _inliers |
std::vector< float > | _err |
int | _fIniThFAST = 30 |
int | _fMinThFAST = 7 |
Definition at line 7 of file WAIImageStabilizedOrientation.h.
bool WAIImageStabilizedOrientation::findCameraOrientationDifferenceF2F | ( | cv::Mat | imageGray, |
cv::Mat & | imageRgb, | ||
const cv::Mat & | intrinsic, | ||
float | scaleToGray, | ||
bool | decorate | ||
) |
Definition at line 111 of file WAIImageStabilizedOrientation.cpp.
bool WAIImageStabilizedOrientation::findCameraOrientationDifferenceF2FHorizon | ( | const SLVec3f & | horizon, |
cv::Mat | imageGray, | ||
cv::Mat & | imageRgb, | ||
const cv::Mat & | intrinsic, | ||
float | scaleToGray, | ||
bool | decorate | ||
) |
Definition at line 10 of file WAIImageStabilizedOrientation.cpp.
|
private |
Definition at line 33 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 31 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 35 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 37 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 38 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 34 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 32 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 23 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 29 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 30 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 24 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 25 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 26 of file WAIImageStabilizedOrientation.h.
|
private |
Definition at line 27 of file WAIImageStabilizedOrientation.h.