#include <opencv2/opencv.hpp>
Go to the source code of this file.
|
| bool | SENS::calcCrop (cv::Size inputSize, float targetWdivH, int &cropW, int &cropH, int &width, int &height) |
| |
| void | SENS::cropImage (cv::Mat &img, float targetWdivH, int &cropW, int &cropH) |
| |
| void | SENS::cropImageTo (const cv::Mat &img, cv::Mat &outImg, float targetWdivH, int &cropW, int &cropH) |
| |
| void | SENS::mirrorImage (cv::Mat &img, bool mirrorH, bool mirrorV) |
| |
| void | SENS::extendWithBars (cv::Mat &img, float targetWdivH) |
| |
| float | SENS::calcFOVDegFromFocalLengthPix (const float focalLengthPix, const int imgLength) |
| |
| float | SENS::calcFocalLengthPixFromFOVDeg (const float fovDeg, const int imgLength) |
| |
| float | SENS::calcFovDegFromOtherFovDeg (const float otherFovDeg, const int otherLength, const int length) |
| |
| cv::Mat | SENS::adaptCameraMat (cv::Mat origMat, int newRefLength, int oldRefLength) |
| |
◆ SENS_DEG2RAD
| #define SENS_DEG2RAD SENS_PI / 180.0 |
◆ SENS_PI
| #define SENS_PI 3.1415926535897932384626433832795 |
◆ SENS_RAD2DEG
| #define SENS_RAD2DEG 180.0 / SENS_PI |