OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpPoints
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/gesture/
GestureStroke.java
51
final float[]
tmpPoints
= new float[count * 2];
60
tmpPoints
[i * 2] = p.x;
61
tmpPoints
[i * 2 + 1] = p.y;
72
len += Math.sqrt(Math.pow(p.x -
tmpPoints
[(i - 1) * 2], 2)
73
+ Math.pow(p.y -
tmpPoints
[(i -1 ) * 2 + 1], 2));
80
this.points =
tmpPoints
;
/external/opencv/cvaux/src/
cvcorrimages.cpp
[
all
...]
cvepilines.cpp
[
all
...]
cvtrifocal.cpp
253
CvMat
tmpPoints
;
255
cvGetSubRect(points[i],&
tmpPoints
,cvRect(2,0,4,2));
256
icvFindBaseTransform(&
tmpPoints
,&transMatr);
[
all
...]
Completed in 128 milliseconds