OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convexityDefects
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java
468
MatOfInt4
convexityDefects
= new MatOfInt4();
469
Imgproc.
convexityDefects
(points, hull,
convexityDefects
);
471
assertMatEqual(new MatOfInt4(3, 0, 5, 3620),
convexityDefects
);
[
all
...]
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
[
all
...]
/external/opencv3/modules/imgproc/src/
convhull.cpp
265
void
convexityDefects
( InputArray _points, InputArray _hull, OutputArray _defects )
/external/opencv3/modules/java/src/
imgproc+Imgproc.java
[
all
...]
imgproc.cpp
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 230 milliseconds