Home
last modified time | relevance | path

Searched refs:manyContours (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Ddrawing.cpp2382 bool manyContours = pts.kind() == _InputArray::STD_VECTOR_VECTOR || in fillPoly() local
2384 int i, ncontours = manyContours ? (int)pts.total() : 1; in fillPoly()
2394 Mat p = pts.getMat(manyContours ? i : -1); in fillPoly()
2408 bool manyContours = pts.kind() == _InputArray::STD_VECTOR_VECTOR || in polylines() local
2410 int i, ncontours = manyContours ? (int)pts.total() : 1; in polylines()
2420 Mat p = pts.getMat(manyContours ? i : -1); in polylines()