OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ncontours
(Results
1 - 6
of
6
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py
87
nPoints,
nContours
= g.getMaxpValues()
89
maxContours = max(maxContours,
nContours
)
91
nPoints,
nContours
, componentDepth = g.getCompositeMaxpValues(glyfTable)
93
maxCompositeContours = max(maxCompositeContours,
nContours
)
_g_l_y_f.py
330
nContours
= 0
342
nContours
=
nContours
+ nC
343
return nPoints,
nContours
, maxComponentDepth
/external/opencv3/modules/imgproc/src/
drawing.cpp
2196
int i,
ncontours
= (int)pts.total();
local
2222
int i,
ncontours
= manyContours ? (int)pts.total() : 1;
local
[
all
...]
/external/opencv/cvaux/src/
cvbgfg_common.cpp
78
int
nContours
= 0;
103
nContours
++;
/external/opencv3/modules/imgproc/test/
test_contours.cpp
483
printf("
ncontours
= %d, contour[0].npoints=%d\n", (int)contours.size(), (int)contours[0].size());
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
[
all
...]
Completed in 460 milliseconds