translate 156 3rdparty/openexr/Imath/ImathFrame.h Matrix44<T> Tj; Tj.translate( pj ); translate 157 3rdparty/openexr/Imath/ImathFrame.h Matrix44<T> Ti; Ti.translate( -pi ); translate 163 3rdparty/openexr/Imath/ImathFrame.h Matrix44<T> Tr; Tr.translate( pj - pi ); translate 183 3rdparty/openexr/Imath/ImathFrame.h Matrix44<T> Tr; Tr.translate( pj - pi ); translate 355 3rdparty/openexr/Imath/ImathMatrix.h const Matrix33 & translate (const Vec2<S> &t); translate 737 3rdparty/openexr/Imath/ImathMatrix.h const Matrix44 & translate (const Vec3<S> &t); translate 1795 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::translate (const Vec2<S> &t) translate 3136 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::translate (const Vec3<S> &t) translate 236 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp const V3d translate = Bcenter - s*Acenter*Qt; translate 241 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp translate.x, translate.y, translate.z, T(1)); translate 391 3rdparty/openexr/Imath/ImathMatrixAlgo.h M.translate (tran); translate 412 3rdparty/openexr/Imath/ImathMatrixAlgo.h mat.translate (tran); translate 1044 3rdparty/openexr/Imath/ImathMatrixAlgo.h mat.translate (at); translate 1086 3rdparty/openexr/Imath/ImathMatrixAlgo.h M.translate (tran); translate 1107 3rdparty/openexr/Imath/ImathMatrixAlgo.h mat.translate (tran); translate 117 modules/core/include/opencv2/core/affine.hpp Affine3 translate(const Vec3& t) const; translate 429 modules/core/include/opencv2/core/affine.hpp return (*this).rotate(affine.rotation()).translate(affine.translation()); translate 2749 modules/highgui/src/window_QT.cpp param_matrixWorld.translate(-left,0); translate 2754 modules/highgui/src/window_QT.cpp param_matrixWorld.translate(0,-top); translate 2763 modules/highgui/src/window_QT.cpp param_matrixWorld.translate(sizeImage.width()-right,0); translate 2768 modules/highgui/src/window_QT.cpp param_matrixWorld.translate(0,sizeImage.height()-bottom); translate 2783 modules/highgui/src/window_QT.cpp param_matrixWorld.translate(delta.x(),delta.y()); translate 2810 modules/highgui/src/window_QT.cpp param_matrixWorld.translate(a-factor*a,b-factor*b); translate 853 modules/viz/src/shapes.cpp image_widget.applyTransform(Affine3d().translate(Vec3d(0, 0, scale))); translate 885 modules/viz/src/shapes.cpp image_widget.applyTransform(Affine3d().translate(Vec3d(0, 0, scale))); translate 32 modules/viz/test/test_tutorial3.cpp Affine3d cloud_pose = Affine3d().rotate(Vec3d(0.0, CV_PI/2, 0.0)).rotate(Vec3d(0.0, 0.0, CV_PI)).translate(Vec3d(0.0, 0.0, 3.0)); translate 103 modules/viz/test/tests_simple.cpp ccol.addCloud(cloud, Color::white(), Affine3d().translate(Vec3d(0, 0, 0)).rotate(Vec3d(CV_PI/2, 0, 0))); translate 104 modules/viz/test/tests_simple.cpp ccol.addCloud(cloud, Color::blue(), Affine3d().translate(Vec3d(1, 0, 0))); translate 105 modules/viz/test/tests_simple.cpp ccol.addCloud(cloud, Color::red(), Affine3d().translate(Vec3d(2, 0, 0))); translate 433 modules/viz/test/tests_simple.cpp viz.showWidget("grid1", WGrid(Vec2i(7,7), Vec2d::all(0.75), Color::gray()), Affine3d().translate(Vec3d(0.0, 0.0, -1.0))); translate 88 samples/cpp/tutorial_code/viz/transformations.cpp Affine3f cloud_pose = Affine3f().translate(Vec3f(0.0f,0.0f,3.0f));