OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstpt
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/java/src/
imgproc.cpp
504
// int edgeDst(int edge, Point2f*
dstpt
= 0)
516
Point2f
dstpt
;
local
517
int _retval_ = me->edgeDst( (int)edge, &
dstpt
);
518
jdouble tmp_dstpt[2] = {
dstpt
.x,
dstpt
.y}; env->SetDoubleArrayRegion(dstpt_out, 0, 2, tmp_dstpt);
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 240 milliseconds