Home
last modified time | relevance | path

Searched refs:minDist (Results 1 – 25 of 30) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtSphereBoxCollisionAlgorithm.cpp164 btScalar minDist = faceDist; in getSpherePenetration() local
169 if (faceDist < minDist) in getSpherePenetration()
171 minDist = faceDist; in getSpherePenetration()
178 if (faceDist < minDist) in getSpherePenetration()
180 minDist = faceDist; in getSpherePenetration()
187 if (faceDist < minDist) in getSpherePenetration()
189 minDist = faceDist; in getSpherePenetration()
196 if (faceDist < minDist) in getSpherePenetration()
198 minDist = faceDist; in getSpherePenetration()
205 if (faceDist < minDist) in getSpherePenetration()
[all …]
DbtConvexConvexAlgorithm.cpp465 btScalar minDist = -1e30f; in processCollision() local
492minDist = withoutMargin.m_reportedDistance;//gjkPairDetector.getCachedSeparatingDistance()+min0->g… in processCollision()
497 … foundSepAxis = withoutMargin.m_foundResult && minDist<0;//-(min0->getMargin()+min1->getMargin()); in processCollision()
508 body1Wrap->getWorldTransform(), minDist-threshold, threshold, *resultOut); in processCollision()
534 btScalar minDist =-1e30f; in processCollision() local
563 minDist = gjkPairDetector.getCachedSeparatingDistance()-min0->getMargin()-min1->getMargin(); in processCollision()
572 body0Wrap->getWorldTransform(), vertices, minDist-threshold, maxDist, *resultOut); in processCollision()
/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp216 deUint32 minDist = colorDistSquared(pixel, readUnorm8<NumChannels>(surface, x, y)); in distSquaredToNeighbor() local
218 if (minDist == 0) in distSquaredToNeighbor()
219 return minDist; in distSquaredToNeighbor()
242 minDist = de::min(minDist, colorDistSquared(pixel, readUnorm8<NumChannels>(surface, dx, dy))); in distSquaredToNeighbor()
243 if (minDist == 0) in distSquaredToNeighbor()
244 return minDist; in distSquaredToNeighbor()
255 minDist = de::min(minDist, colorDistSquared(pixel, sample)); in distSquaredToNeighbor()
256 if (minDist == 0) in distSquaredToNeighbor()
257 return minDist; in distSquaredToNeighbor()
260 return minDist; in distSquaredToNeighbor()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPolyhedralContactClipping.java61 …n hullA, btConvexPolyhedron hullB, Matrix4 transA, Matrix4 transB, float minDist, float maxDist, b… in clipHullAgainstHull() argument
62 …hullA), hullA, btConvexPolyhedron.getCPtr(hullB), hullB, transA, transB, minDist, maxDist, btDiscr… in clipHullAgainstHull()
65 …nvexPolyhedron hullA, Matrix4 transA, btVector3Array worldVertsB1, float minDist, float maxDist, b… in clipFaceAgainstHull() argument
66 …llA), hullA, transA, btVector3Array.getCPtr(worldVertsB1), worldVertsB1, minDist, maxDist, btDiscr… in clipFaceAgainstHull()
/external/opencv3/modules/cudaimgproc/src/
Dhough_circles.cpp75 …HoughCirclesDetectorImpl(float dp, float minDist, int cannyThreshold, int votesThreshold, int minR…
82 void setMinDist(float minDist) { minDist_ = minDist; } in setMinDist() argument
146 …HoughCirclesDetectorImpl::HoughCirclesDetectorImpl(float dp, float minDist, int cannyThreshold, in… in HoughCirclesDetectorImpl() argument
148 … dp_(dp), minDist_(minDist), cannyThreshold_(cannyThreshold), votesThreshold_(votesThreshold), in HoughCirclesDetectorImpl()
312 Ptr<HoughCirclesDetector> cv::cuda::createHoughCirclesDetector(float dp, float minDist, int cannyTh… in createHoughCirclesDetector() argument
314 …return makePtr<HoughCirclesDetectorImpl>(dp, minDist, cannyThreshold, votesThreshold, minRadius, m… in createHoughCirclesDetector()
Dgeneralized_hough.cpp458 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument
582 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPolyhedralContactClipping.h35 …llB, const btTransform& transA,const btTransform& transB, const btScalar minDist, btScalar maxDist…
36 … const btTransform& transA, btVertexArray& worldVertsB1, const btScalar minDist, btScalar maxDist…
DbtPolyhedralContactClipping.cpp414 … const btTransform& transA, btVertexArray& worldVertsB1, const btScalar minDist, btScalar maxDist… in clipFaceAgainstHull() argument
493 if (depth <=minDist) in clipFaceAgainstHull()
496 depth = minDist; in clipFaceAgainstHull()
530 …llB, const btTransform& transA,const btTransform& transB, const btScalar minDist, btScalar maxDist… in clipHullAgainstHull() argument
568 clipFaceAgainstHull(separatingNormal, hullA, transA,worldVertsB1, minDist, maxDist,resultOut); in clipHullAgainstHull()
/external/opencv3/modules/features2d/test/
Dtest_detectors_regression.cpp146 float minDist = std::numeric_limits<float>::max(); in compareKeypointSets() local
152 if( curDist < minDist ) in compareKeypointSets()
154 minDist = curDist; in compareKeypointSets()
159 assert( minDist >= 0 ); in compareKeypointSets()
/external/opencv3/samples/gpu/
Dgeneralized_hough.cpp63 const double minDist = cmd.get<double>("minDist"); in main() local
93 ballard->setMinDist(minDist); in main()
105 guil->setMinDist(minDist); in main()
Dpyrlk_optical_flow.cpp116 double minDist = cmd.get<double>("min_dist"); in main() local
145 …or> detector = cuda::createGoodFeaturesToTrackDetector(d_frame0Gray.type(), points, 0.01, minDist); in main()
/external/opencv3/modules/imgproc/src/
Dgcgraph.hpp296 int d, minDist = INT_MAX; in maxFlow() local
334 if( d < minDist ) in maxFlow()
336 minDist = d; in maxFlow()
350 v2->dist = minDist; in maxFlow()
Dgeneralized_hough.cpp346 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument
518 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument
/external/opencv3/samples/tapi/
Dpyrlk_optical_flow.cpp104 double minDist = cmd.get<double>("min_dist"); in main() local
210 goodFeaturesToTrack(frame0, pts, points, 0.01, minDist); in main()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DUtils.java149 int minDist = 256 * 256 * 3; in closest() local
157 if (dist < minDist) { in closest()
158 minDist = dist; in closest()
/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp190 const float minDist = GET_PARAM(2); variable
207 …CirclesDetector> houghCircles = cv::cuda::createHoughCirclesDetector(dp, minDist, cannyThreshold, …
221 …TEST_CYCLE() cv::HoughCircles(src, cpu_circles, cv::HOUGH_GRADIENT, dp, minDist, cannyThreshold, v…
/external/skia/gm/
Dimage_pict.cpp160 int minDist = 999999999; in find_closest() local
167 if (dist < minDist) { in find_closest()
168 minDist = dist; in find_closest()
/external/opencv3/modules/cudaimgproc/test/
Dtest_hough.cpp138 const float minDist = 0.0f; in CUDA_TEST_P() local
153 …CirclesDetector> houghCircles = cv::cuda::createHoughCirclesDetector(dp, minDist, cannyThreshold, … in CUDA_TEST_P()
/external/opencv3/modules/cudaimgproc/include/opencv2/
Dcudaimgproc.hpp453 virtual void setMinDist(float minDist) = 0;
488 CV_EXPORTS Ptr<HoughCirclesDetector> createHoughCirclesDetector(float dp, float minDist, int cannyT…
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp166 ClosePoints(int minDist) : minDist_(minDist) {} in ClosePoints() argument
/external/opencv/cvaux/src/
Dcvepilines.cpp1951 double minDist = 10000000; in icvGetCutPiece() local
1958 if( dist < minDist) in icvGetCutPiece()
1960 minDist = dist; in icvGetCutPiece()
2224 float minDist = (float)(INT_MAX); in FindLineForEpiline() local
2240 if( dist < minDist ) in FindLineForEpiline()
2242 minDist = dist; in FindLineForEpiline()
3285 float minDist = (float)(INT_MAX); in FindLine() local
3298 if( dist < minDist ) in FindLine()
3300 minDist = dist; in FindLine()
3368 float minDist = (float)(INT_MAX); in FindLineForEpiline() local
[all …]
Dcvcorrimages.cpp130 double minDist; in icvCreateFeaturePoints() local
136 minDist = 5; in icvCreateFeaturePoints()
137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist); in icvCreateFeaturePoints()
/external/skia/src/gpu/batches/
DGrAAConvexTessellator.cpp597 SkScalar minDist = SK_ScalarMax, minT = 0.0f; in createInsetRing() local
606 if (minDist > dist) { in createInsetRing()
607 minDist = dist; in createInsetRing()
/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp340 float minDist = (float)norm( Point(imgSize.width, imgSize.height) ); in validate() local
346 if( curDist < minDist ) in validate()
349 minDist = curDist; in validate()
359 if( map[minIdx] != 0 || (minDist > dist) || (abs(cr->width - vr.width) > wDiff) || in validate()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHullComputer.cpp2173 btScalar minDist = SIMD_INFINITY; in shrink() local
2178 if (dist < minDist) in shrink()
2180 minDist = dist; in shrink()
2184 if (minDist <= 0) in shrink()
2189 amount = btMin(amount, minDist * clampAmount); in shrink()

12