Home
last modified time | relevance | path

Searched refs:y2P (Results 1 – 25 of 39) sorted by relevance

12

/dports/graphics/opengv/opengv-91f4b19/include/opengv/relative_pose/modules/ge/
H A Dmodules.hpp60 const Eigen::Matrix<double,3,9> & y2P,
79 const Eigen::Matrix<double,3,9> & y2P,
98 const Eigen::Matrix<double,3,9> & y2P,
118 const Eigen::Matrix<double,3,9> & y2P,
139 const Eigen::Matrix<double,3,9> & y2P,
157 const Eigen::Matrix<double,3,9> & y2P,
/dports/graphics/colmap/colmap-3.6/src/estimators/
H A Dgeneralized_relative_pose.cc162 const Eigen::Matrix<double, 3, 9>& y2P, in ComposeG() argument
190 const Eigen::Vector3d y2PR = y2P * R_rows.transpose(); in ComposeG()
260 const Eigen::Matrix<double, 3, 9>& y2P, in ComputeEigenValue() argument
345 const Eigen::Matrix<double, 3, 9>& y2P, in ComputeCost() argument
355 ComputeEigenValue(xxF, yyF, zzF, xyF, yzF, zxF, x1P, y1P, z1P, x2P, y2P, in ComputeCost()
375 const Eigen::Matrix<double, 3, 9>& y2P, in ComputeJacobian() argument
423 Eigen::Matrix<double, 3, 9> y2P = Eigen::Matrix<double, 3, 9>::Zero(); in Estimate() local
471 y2P += f1[1] * f2 * ff2.transpose(); in Estimate()
515 xxF, yyF, zzF, xyF, yzF, zxF, x1P, y1P, z1P, x2P, y2P, z2P, m11P, in Estimate()
522 ComputeCost(xxF, yyF, zzF, xyF, yzF, zxF, x1P, y1P, z1P, x2P, y2P, in Estimate()
[all …]
/dports/graphics/opengv/opengv-91f4b19/src/relative_pose/modules/ge/
H A Dmodules.cpp48 const Eigen::Matrix<double,3,9> & y2P, in getEV() argument
114 const Eigen::Matrix<double,3,9> & y2P, in getCost() argument
259 const Eigen::Matrix<double,3,9> & y2P, in getCostWithJacobian() argument
296 const Eigen::Matrix<double,3,9> & y2P, in getQuickJacobian() argument
328 const Eigen::Matrix<double,3,9> & y2P, in composeG() argument
418 Eigen::Vector3d y2PR = y2P*Rowst; in composeG()
474 const Eigen::Matrix<double,3,9> & y2P, in composeGwithJacobians() argument
818 temp = R.row(2)*y2P*Rows.transpose(); in composeGwithJacobians()
828 temp = R_jac1.row(2)*y2P*Rows.transpose(); in composeGwithJacobians()
830 temp = R.row(2)*y2P*Rows_jac1.transpose(); in composeGwithJacobians()
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/util/
H A Dutil.cpp31 qreal y2P = target.bottom(); in RectMapTransform() local
39 ( y2P - y1P ) / ( y2 - y1 ), // scale y in RectMapTransform()
41 ( y1P * y2 - y2P * y1 ) / ( y2 - y1 ) ); // dy in RectMapTransform()
/dports/graphics/opengv/opengv-91f4b19/include/opengv/relative_pose/modules/
H A Dmain.hpp80 const Eigen::Matrix<double,3,9> & y2P,
98 const Eigen::Matrix<double,3,9> & y2P,
116 const Eigen::Matrix<double,3,9> & y2P,
/dports/graphics/opengv/opengv-91f4b19/src/relative_pose/modules/
H A Dmain.cpp763 const Eigen::Matrix<double,3,9> & y2P, in Ge_step()
770 _x1P(x1P),_y1P(y1P),_z1P(z1P),_x2P(x2P),_y2P(y2P),_z2P(z2P), in Ge_step()
818 const Eigen::Matrix<double,3,9> & y2P, in ge_main() argument
833 x1P,y1P,z1P,x2P,y2P,z2P,m11P,m12P,m22P); in ge_main()
847 x1P,y1P,z1P,x2P,y2P,z2P,m11P,m12P,m22P,cayley); in ge_main()
890 const Eigen::Matrix<double,3,9> & y2P, in ge_main2() argument
937 x1P,y1P,z1P,x2P,y2P,z2P,m11P,m12P,m22P,cayley,1); in ge_main2()
1008 x1P,y1P,z1P,x2P,y2P,z2P,m11P,m12P,m22P,cayley,0); in ge_main2()
1019 x1P,y1P,z1P,x2P,y2P,z2P,m11P,m12P,m22P,cayley); in ge_main2()
1062 const Eigen::Matrix<double,3,9> & y2P, in ge_plot() argument
[all …]
/dports/graphics/opengv/opengv-91f4b19/src/relative_pose/
H A Dmethods.cpp675 Eigen::Matrix<double,3,9> y2P = Eigen::Matrix<double,3,9>::Zero(); in ge() local
751 y2P = y2P + ( (weight * f1[1]) * f2 ) * f2_19; in ge()
765 y2P = y2P + ( f1[1]) * f2 * f2_19; in ge()
805 x1P, y1P, z1P, x2P, y2P, z2P, in ge()
/dports/sysutils/graffer/graffer-1.1/
H A Dgd.h357 BGD_DECLARE(void) gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd.h439 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
H A Dgd.c3085 void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P) in gdImageGetClip() argument
3090 *y2P = im->cy2; in gdImageGetClip()
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd.h437 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
H A Dgd.c3078 void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P) in gdImageGetClip() argument
3083 *y2P = im->cy2; in gdImageGetClip()
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd.h437 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
H A Dgd.c3078 void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P) in gdImageGetClip() argument
3083 *y2P = im->cy2; in gdImageGetClip()
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd.h433 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd.h433 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd.h439 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd.h433 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
H A Dgd.c3078 void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P) in gdImageGetClip() argument
3083 *y2P = im->cy2; in gdImageGetClip()
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd.h433 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/devel/doxygen/doxygen-1.9.3/libmscgen/
H A Dgd.h710 BGD_DECLARE(void) gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd.h734 BGD_DECLARE(void) gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd.h734 BGD_DECLARE(void) gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd.h734 BGD_DECLARE(void) gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd.h734 BGD_DECLARE(void) gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);

12