Searched defs:strength (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterContrast.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); argument
H A DImageFilterVignette.java62 float strength, float finalValue);
60 nativeApplyFilter( Bitmap bitmap, int w, int h, int cx, int cy, float radx, float rady, float strength, float finalValue) argument
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*/
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument
1432 s=strength[
1452 db_SubPixel(float **strength, const double xd, const double yd, double &xs, double &ys) argument
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1765 ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) argument
[all...]
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*/
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument
1432 s=strength[
1452 db_SubPixel(float **strength, const double xd, const double yd, double &xs, double &ys) argument
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1765 ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*/
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument
1432 s=strength[
1452 db_SubPixel(float **strength, const double xd, const double yd, double &xs, double &ys) argument
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1765 ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) argument
[all...]

Completed in 4685 milliseconds