1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

initial setCamera implementation

This commit is contained in:
ozantonkal
2013-08-03 16:33:11 +02:00
parent 4953786de1
commit f445f76213
5 changed files with 17 additions and 1 deletions
@@ -39,6 +39,7 @@ namespace cv
void updateWidgetPose(const String &id, const Affine3f &pose);
Affine3f getWidgetPose(const String &id) const;
void setCamera(const Camera2 &camera);
Affine3f getViewerPose();
void setViewerPose(const Affine3f &pose);