Home
last modified time | relevance | path

Searched refs:maxDist (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
Dgeneralized_hough.cu466 const float2 center, const float maxDist) in Guil_Full_buildFeatureList() argument
489 if (d12 > maxDist) in Guil_Full_buildFeatureList()
525 float2 center, float maxDist) in Guil_Full_buildFeatureList_caller() argument
535 center, maxDist); in Guil_Full_buildFeatureList_caller()
547 float2 center, float maxDist) in Guil_Full_buildTemplFeatureList_gpu() argument
552 center, maxDist); in Guil_Full_buildTemplFeatureList_gpu()
557 float2 center, float maxDist) in Guil_Full_buildImageFeatureList_gpu() argument
562 center, maxDist); in Guil_Full_buildImageFeatureList_gpu()
/external/opencv3/modules/features2d/test/
Dtest_descriptors_regression.cpp105 … name(_name), maxDist(_maxDist), dextractor(_dextractor), distance(d) , detector(_detector) {} in CV_DescriptorExtractorTest()
135 if( curMaxDist <= maxDist ) in compareDescriptors()
139 ss << ">" << maxDist << " - bad accuracy!"<< endl; in compareDescriptors()
300 const DistanceType maxDist; member in CV_DescriptorExtractorTest
/external/opencv3/modules/features2d/src/
Devaluation.cpp331 float maxDist = sqrt(kp1.axes.width*kp1.axes.height), in computeOneToOneMatchedOverlaps() local
332 fac = 30.f/maxDist; in computeOneToOneMatchedOverlaps()
336 maxDist = maxDist*4; in computeOneToOneMatchedOverlaps()
346 if( norm(diff) < maxDist ) in computeOneToOneMatchedOverlaps()
/external/opencv/cvaux/src/
Dcvepilines.cpp1214 double maxDist; in icvGetCrossRectDirect() local
1221 maxDist = -1.0; in icvGetCrossRectDirect()
1234 if( distance > maxDist ) in icvGetCrossRectDirect()
1238 maxDist = distance; in icvGetCrossRectDirect()
1245 if( maxDist >= 0 ) in icvGetCrossRectDirect()
1249 if( maxDist > 0 ) in icvGetCrossRectDirect()
1950 double maxDist = 0; in icvGetCutPiece() local
1964 if( dist > maxDist) in icvGetCutPiece()
1966 maxDist = dist; in icvGetCutPiece()
2225 float maxDist = (float)(INT_MIN); in FindLineForEpiline() local
[all …]
/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp77 float2 center, float maxDist);
81 float2 center, float maxDist);
668 float2 center, float maxDist);
825 …const double maxDist = sqrt((double) templSize_.width * templSize_.width + templSize_.height * tem… in buildFeatureList() local
835 …xi_, (float)angleEpsilon_, levels_, make_float2((float)center.x, (float)center.y), (float)maxDist); in buildFeatureList()
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp55 int maxDist = normType == NORM_L1 ? std::numeric_limits<ST>::max() * cn : in ocl_calcAlmostDist2Weight() local
57 int almostMaxDist = (int)(maxDist / almostDist2ActualDistMultiplier + 1); in ocl_calcAlmostDist2Weight()
Dfast_nlmeans_denoising_invoker_commons.hpp187 static inline int maxDist() in maxDist() function in DistAbs
309 static inline int maxDist() in maxDist() function in DistSquared
Dfast_nlmeans_denoising_invoker.hpp132 int max_dist = D::template maxDist<T>(); in FastNlMeansDenoisingInvoker()
Dfast_nlmeans_multi_denoising_invoker.hpp143 int max_dist = D::template maxDist<T>(); in FastNlMeansMultiDenoisingInvoker()
/external/libpng/contrib/gregbook/
Drpng2-x.c1220 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_load_bg_image() local
1244 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_x_load_bg_image()
1254 dist = (double)((x*x) + (y*y)) / maxDist; in rpng2_x_load_bg_image()
1992 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_reload_bg_image() local
2012 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_x_reload_bg_image()
2022 dist = (double)((x*x) + (y*y)) / maxDist; in rpng2_x_reload_bg_image()
Drpng2-win.c971 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_win_load_bg_image() local
995 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_win_load_bg_image()
1005 dist = (double)((x*x) + (y*y)) / maxDist; in rpng2_win_load_bg_image()
/external/skia/tests/
DPathOpsAngleIdeas.cpp258 static double maxDist(const SkDQuad& quad) { in maxDist() function
285 double maxRadius = SkTMin(maxDist(quad1), maxDist(quad2)); in bruteMinT()
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp685 …const double maxDist = sqrt((double) templSize_.width * templSize_.width + templSize_.height * tem… in buildFeatureList() local
716 if (f.d12 > maxDist) in buildFeatureList()
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp633 double maxDist = -std::numeric_limits<double>::max(); in getSeamTips() local
644 if (dist > maxDist) in getSeamTips()
646 maxDist = dist; in getSeamTips()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...