Home
last modified time | relevance | path

Searched defs:CameraParams (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dcamera.hpp58 struct CV_EXPORTS CameraParams struct
65 double focal; // Focal length
66 double aspect; // Aspect ratio
67 double ppx; // Principal point X
68 double ppy; // Principal point Y
69 Mat R; // Rotation
70 Mat t; // Translation
H A Dmotion_estimators.hpp224 std::vector<CameraParams> &) CV_OVERRIDE in estimate()
228 void setUpInitialCameraParams(const std::vector<CameraParams> &) CV_OVERRIDE {} in setUpInitialCameraParams()