HomeSort by relevance Sort by last modified time
    Searched refs:x_coord (Results 1 - 8 of 8) 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...]
  /packages/apps/Camera2/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...]
  /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/chromium_org/cc/base/
tiling_data_unittest.cc 34 int x_coord) {
36 return tiling.TileXIndexFromSrcCoord(x_coord);
52 int x_coord) {
54 return tiling.FirstBorderTileXIndexFromSrcCoord(x_coord);
70 int x_coord) {
72 return tiling.LastBorderTileXIndexFromSrcCoord(x_coord);
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 151 float x_coord; member in struct:CvVoronoiHoleInt
    [all...]

Completed in 220 milliseconds