HomeSort by relevance Sort by last modified time
    Searched refs:Xp (Results 1 - 19 of 19) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.h 37 takes the nr_points inhomogenous 3D points X to Xp
39 Xp and X we would have
41 Xp~
79 \param Xp inhomogenouse 3D points in first coordinate system
88 double **Xp,double **X,int nr_points,int orientation_preserving=1,
db_image_homography.h 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary,
51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
66 Solve for rotation R such that xp~Rx.
81 double* xp[2]; local
86 xp[0]=xp1;
87 xp[1]=xp2;
88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0);
93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx.
105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would hav
    [all...]
db_framestitching.cpp 81 double **Xp,double **X,int nr_points,int orientation_preserving,
92 db_PointCentroid3D(cp,Xp,nr_points);
105 temp_p= *Xp++;
db_image_homography.cpp 31 ratio between coordinate i_num and i_den of xp is equal to the ratio
35 double xp[3],double x[3])
37 db_MultiplyScalarCopy3(c+3*i_den,x, xp[i_num]);
38 db_MultiplyScalarCopy3(c+3*i_num,x, -xp[i_den]);
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
43 assuming that Xp ~= H*X. No normalization is used*/
44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3])
48 /*Find index of coordinate of Xp with largest absolute value*/
49 ma_ind=db_MaxAbsIndex3(xp);
57 db_SProjImagePointPointConstraint(c1,1,0,2,xp,x)
    [all...]
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_framestitching.h 37 takes the nr_points inhomogenous 3D points X to Xp
39 Xp and X we would have
41 Xp~
79 \param Xp inhomogenouse 3D points in first coordinate system
88 double **Xp,double **X,int nr_points,int orientation_preserving=1,
db_image_homography.h 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary,
51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
66 Solve for rotation R such that xp~Rx.
81 double* xp[2]; local
86 xp[0]=xp1;
87 xp[1]=xp2;
88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0);
93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx.
105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would hav
    [all...]
db_framestitching.cpp 81 double **Xp,double **X,int nr_points,int orientation_preserving,
92 db_PointCentroid3D(cp,Xp,nr_points);
105 temp_p= *Xp++;
db_image_homography.cpp 31 ratio between coordinate i_num and i_den of xp is equal to the ratio
35 double xp[3],double x[3])
37 db_MultiplyScalarCopy3(c+3*i_den,x, xp[i_num]);
38 db_MultiplyScalarCopy3(c+3*i_num,x, -xp[i_den]);
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
43 assuming that Xp ~= H*X. No normalization is used*/
44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3])
48 /*Find index of coordinate of Xp with largest absolute value*/
49 ma_ind=db_MaxAbsIndex3(xp);
57 db_SProjImagePointPointConstraint(c1,1,0,2,xp,x)
    [all...]
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.h 37 takes the nr_points inhomogenous 3D points X to Xp
39 Xp and X we would have
41 Xp~
79 \param Xp inhomogenouse 3D points in first coordinate system
88 double **Xp,double **X,int nr_points,int orientation_preserving=1,
db_image_homography.h 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary,
51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
66 Solve for rotation R such that xp~Rx.
81 double* xp[2]; local
86 xp[0]=xp1;
87 xp[1]=xp2;
88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0);
93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx.
105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would hav
    [all...]
db_framestitching.cpp 81 double **Xp,double **X,int nr_points,int orientation_preserving,
92 db_PointCentroid3D(cp,Xp,nr_points);
105 temp_p= *Xp++;
db_image_homography.cpp 31 ratio between coordinate i_num and i_den of xp is equal to the ratio
35 double xp[3],double x[3])
37 db_MultiplyScalarCopy3(c+3*i_den,x, xp[i_num]);
38 db_MultiplyScalarCopy3(c+3*i_num,x, -xp[i_den]);
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
43 assuming that Xp ~= H*X. No normalization is used*/
44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3])
48 /*Find index of coordinate of Xp with largest absolute value*/
49 ma_ind=db_MaxAbsIndex3(xp);
57 db_SProjImagePointPointConstraint(c1,1,0,2,xp,x)
    [all...]
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]
  /external/openssl/crypto/bn/
bn.h 561 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
564 const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
568 const BIGNUM *Xp,
    [all...]
  /external/openssl/include/openssl/
bn.h 561 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
564 const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
568 const BIGNUM *Xp,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 131 ????I?^n?????g???^??&%??b?x?n?t<N??pWO???=?n~???.??f???$r!?5??L??Jf???P????a,UH"?B??????f <?Sht7_?›T}??Of"P:Vk?z??M??L??L}?n?Xp??M?? nh???/e;????M?V??"?L??
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 739 static int CompareCXXCtorInitializers(const void* Xp, const void *Yp) {
741 = static_cast<CXXCtorInitializer const * const *>(Xp);
    [all...]

Completed in 1088 milliseconds