OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nearestPt
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/java/src/
imgproc.cpp
661
// int findNearest(Point2f pt, Point2f*
nearestPt
= 0)
674
Point2f
nearestPt
;
675
int _retval_ = me->findNearest( pt, &
nearestPt
);
676
jdouble tmp_nearestPt[2] = {
nearestPt
.x,
nearestPt
.y}; env->SetDoubleArrayRegion(nearestPt_out, 0, 2, tmp_nearestPt);
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 92 milliseconds