Searched defs:maxDist (Results 1 - 15 of 15) sorted by relevance

/external/opencv3/modules/photo/src/
H A Dfast_nlmeans_denoising_invoker_commons.hpp187 static inline int maxDist() function in class:DistAbs
309 static inline int maxDist() function in class:DistSquared
H A Dfast_nlmeans_denoising_opencl.hpp55 int maxDist = normType == NORM_L1 ? std::numeric_limits<ST>::max() * cn : local
57 int almostMaxDist = (int)(maxDist / almostDist2ActualDistMultiplier + 1);
/external/opencv3/modules/features2d/test/
H A Dtest_descriptors_regression.cpp105 name(_name), maxDist(_maxDist), dextractor(_dextractor), distance(d) , detector(_detector) {}
135 if( curMaxDist <= maxDist )
139 ss << ">" << maxDist << " - bad accuracy!"<< endl;
300 const DistanceType maxDist; member in class:CV_DescriptorExtractorTest
/external/opencv3/modules/features2d/src/
H A Devaluation.cpp331 float maxDist = sqrt(kp1.axes.width*kp1.axes.height), local
332 fac = 30.f/maxDist;
336 maxDist = maxDist*4;
346 if( norm(diff) < maxDist )
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp258 static double maxDist(const SkDQuad& quad) { function
285 double maxRadius = SkTMin(maxDist(quad1), maxDist(quad2));
/external/libpng/contrib/gregbook/
H A Drpng2-win.c971 double angle=0.0, aoffset=0.0, maxDist, dist; local
995 maxDist = (double)((hw*hw) + (hh*hh));
1005 dist = (double)((x*x) + (y*y)) / maxDist;
H A Drpng2-x.c1220 double angle=0.0, aoffset=0.0, maxDist, dist; local
1244 maxDist = (double)((hw*hw) + (hh*hh));
1254 dist = (double)((x*x) + (y*y)) / maxDist;
1992 double angle=0.0, aoffset=0.0, maxDist, dist; local
2012 maxDist = (double)((hw*hw) + (hh*hh));
2022 dist = (double)((x*x) + (y*y)) / maxDist;
/external/opencv3/modules/imgproc/src/
H A Dgeneralized_hough.cpp685 const double maxDist = sqrt((double) templSize_.width * templSize_.width + templSize_.height * templSize_.height) * maxScale_; local
716 if (f.d12 > maxDist)
/external/opencv/cvaux/src/
H A Dcvepilines.cpp1214 double maxDist; local
1221 maxDist = -1.0;
1234 if( distance > maxDist )
1238 maxDist = distance;
1245 if( maxDist >= 0 )
1249 if( maxDist > 0 )
1950 double maxDist = 0; local
1964 if( dist > maxDist)
1966 maxDist = dist;
2225 float maxDist local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1017 milliseconds