mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
resetCamera, resetViewpoint in Viz3d
This commit is contained in:
@@ -38,6 +38,9 @@ namespace cv
|
||||
Affine3f getViewerPose();
|
||||
void setViewerPose(const Affine3f &pose);
|
||||
|
||||
void resetCameraViewpoint (const String &id);
|
||||
void resetCamera();
|
||||
|
||||
void convertToWindowCoordinates(const Point3d &pt, Point3d &window_coord);
|
||||
void converTo3DRay(const Point3d &window_coord, Point3d &origin, Vec3d &direction);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user