OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstEdge
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
[
all
...]
/external/opencv3/modules/java/src/
imgproc.cpp
307
// Point2f getVertex(int vertex, int*
firstEdge
= 0)
319
int
firstEdge
;
320
Point2f _retval_ = me->getVertex( (int)vertex, &
firstEdge
);
321
jdoubleArray _da_retval_ = env->NewDoubleArray(2); jdouble _tmp_retval_[2] = {_retval_.x, _retval_.y}; env->SetDoubleArrayRegion(_da_retval_, 0, 2, _tmp_retval_); jdouble tmp_firstEdge[1] = {
firstEdge
}; env->SetDoubleArrayRegion(firstEdge_out, 0, 1, tmp_firstEdge);
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 1260 milliseconds