![]() |
SLProject
4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Functions | |
| bool | calcCrop (cv::Size inputSize, float targetWdivH, int &cropW, int &cropH, int &width, int &height) |
| void | cropImage (cv::Mat &img, float targetWdivH, int &cropW, int &cropH) |
| void | cropImageTo (const cv::Mat &img, cv::Mat &outImg, float targetWdivH, int &cropW, int &cropH) |
| void | extendWithBars (cv::Mat &img, float targetWdivH) |
| void | mirrorImage (cv::Mat &img, bool mirrorH, bool mirrorV) |
| float | calcFOVDegFromFocalLengthPix (const float focalLengthPix, const int imgLength) |
| float | calcFocalLengthPixFromFOVDeg (const float fovDeg, const int imgLength) |
| float | calcFovDegFromOtherFovDeg (const float otherFovDeg, const int otherLength, const int length) |
| cv::Mat | adaptCameraMat (cv::Mat origMat, int newRefLength, int oldRefLength) |
| cv::Mat SENS::adaptCameraMat | ( | cv::Mat | origMat, |
| int | newRefLength, | ||
| int | oldRefLength | ||
| ) |
Definition at line 212 of file SENSUtils.cpp.
| bool SENS::calcCrop | ( | cv::Size | inputSize, |
| float | targetWdivH, | ||
| int & | cropW, | ||
| int & | cropH, | ||
| int & | width, | ||
| int & | height | ||
| ) |
Definition at line 9 of file SENSUtils.cpp.
| float SENS::calcFocalLengthPixFromFOVDeg | ( | const float | fovDeg, |
| const int | imgLength | ||
| ) |
Definition at line 199 of file SENSUtils.cpp.
| float SENS::calcFOVDegFromFocalLengthPix | ( | const float | focalLengthPix, |
| const int | imgLength | ||
| ) |
Definition at line 192 of file SENSUtils.cpp.
| float SENS::calcFovDegFromOtherFovDeg | ( | const float | otherFovDeg, |
| const int | otherLength, | ||
| const int | length | ||
| ) |
Definition at line 206 of file SENSUtils.cpp.
| void SENS::cropImage | ( | cv::Mat & | img, |
| float | targetWdivH, | ||
| int & | cropW, | ||
| int & | cropH | ||
| ) |
Definition at line 62 of file SENSUtils.cpp.
| void SENS::cropImageTo | ( | const cv::Mat & | img, |
| cv::Mat & | outImg, | ||
| float | targetWdivH, | ||
| int & | cropW, | ||
| int & | cropH | ||
| ) |
Definition at line 73 of file SENSUtils.cpp.
| void SENS::extendWithBars | ( | cv::Mat & | img, |
| float | targetWdivH | ||
| ) |
Definition at line 85 of file SENSUtils.cpp.
| void SENS::mirrorImage | ( | cv::Mat & | img, |
| bool | mirrorH, | ||
| bool | mirrorV | ||
| ) |
Definition at line 170 of file SENSUtils.cpp.