OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xp1
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.h
41
\param
xp1
image 2 point 1
48
double
xp1
[3],double xp2[3],double xp3[3],double xp4[3]);
57
\param
xp1
image 2 point 1
63
double
xp1
[3],double xp2[3],double xp3[3]);
71
\param
xp1
image 2 point 1
78
double
xp1
[3],double xp2[3])
86
xp[0]=
xp1
;
96
is required, although it could be desirable to keep x1,x2,
xp1
and xp2 of reasonable magnitude.
101
double
xp1
[3],double xp2[3],double xp3[3],double *f=0,int signed_disambiguation=1);
db_image_homography.cpp
81
double
xp1
[3],double xp2[3],double xp3[3],double xp4[3])
86
db_SProjImagePointPointConstraints(c ,c+9 ,
xp1
,x1);
96
double
xp1
[3],double xp2[3],double xp3[3])
101
db_SAffineImagePointPointConstraints(c ,c+7 ,
xp1
,x1);
114
inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double
xp1
[3],double xp2[3],int signed_disambiguation=1)
132
m=db_SafeReciprocal(
xp1
[2]);
133
apx=
xp1
[0]*m;
134
apy=
xp1
[1]*m;
177
int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double
xp1
[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186
db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,
xp1
,xp2,signed_disambiguation)
[
all
...]
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrincipalTest.java
211
X500Principal
xp1
= new X500Principal(
local
215
xp1
.getName());
[
all
...]
Completed in 51 milliseconds