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

  /external/opencv3/modules/cudalegacy/src/cuda/
calib3d.cu 145 const float dist_threshold, int* g_num_inliers)
161 if (sqr(p.x - image_p.x) + sqr(p.y - image_p.y) < dist_threshold)
175 const float dist_threshold, int* hypothesis_scores)
184 num_points, object, image, dist_threshold, hypothesis_scores);
  /external/freetype/src/autofit/
afcjk.c 756 FT_Pos dist_threshold; local
761 dist_threshold = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
763 dist_threshold = FT_DivFix( 64 * 3, dist_threshold );
834 if ( seg1->score >= dist_threshold )
897 if ( seg2->score < dist_threshold || seg1->score < seg2->score * 4 )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 772 FT_Pos dist_threshold; local
777 dist_threshold = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
779 dist_threshold = FT_DivFix( 64 * 3, dist_threshold );
850 if ( seg1->score >= dist_threshold )
913 if ( seg2->score < dist_threshold || seg1->score < seg2->score * 4 )
    [all...]
  /external/opencv3/modules/cudalegacy/src/
calib3d.cpp 77 const float dist_threshold, int* hypothesis_scores);

Completed in 270 milliseconds