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

  /frameworks/rs/tests/lldb/tests/testcases/
test_coordinates.py 95 def _inspect_coordinates(self, x_coord, y_coord, z_coord):
100 (x_coord, y_coord, z_coord): The expected coordinates (int triple)
108 % (x_coord, y_coord, z_coord)])
122 ['= ' + str(x_coord)])
  /packages/apps/LegacyCamera/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 342 milliseconds