OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_coord
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h
66
*
x_coord
and y_coord should be pre-allocated arrays of length returned by Init().
68
* \param
x_coord
corner locations
72
void DetectCorners(const float * const *img,double *
x_coord
,double *y_coord,int *nr_corners) const;
130
*
x_coord
and y_coord should be pre-allocated arrays of length returned by Init().
135
* \param
x_coord
corner locations
141
virtual void DetectCorners(const unsigned char * const *img,double *
x_coord
,double *y_coord,int *nr_corners,
156
\param
x_coord
corner locations
160
virtual void ExtractCorners(float ** strength, double *
x_coord
, double *y_coord, int *nr_corners);
db_feature_detection.cpp
[
all
...]
/external/opencv/cvaux/src/
cvlee.cpp
151
float
x_coord
;
member in struct:CvVoronoiHoleInt
[
all
...]
Completed in 1023 milliseconds