updateWidgetPose  127 modules/viz/include/opencv2/viz/viz3d.hpp             void updateWidgetPose(const String &id, const Affine3d &pose);
updateWidgetPose  120 modules/viz/src/viz3d.cpp void cv::viz::Viz3d::updateWidgetPose(const String &id, const Affine3d &pose) { impl_->updateWidgetPose(id, pose); }
updateWidgetPose   74 modules/viz/src/vizimpl.hpp     void updateWidgetPose(const String &id, const Affine3d &pose);