@@ -132,7 +132,8 @@ export class Mat {
132132 drawChessboardCorners ( patternSize : Size , corners : Point2 [ ] , patternWasFound : boolean ) : void ;
133133 drawChessboardCornersAsync ( patternSize : Size , corners : Point2 [ ] , patternWasFound : boolean ) : Promise < void > ;
134134 drawCircle ( center : Point2 , radius : number , color ?: Vec3 , thickness ?: number , lineType ?: number , shift ?: number ) : void ;
135- drawContours ( contours : Contour [ ] , color : Vec3 , contourIdx ?: number , maxLevel ?: number , offset ?: Point2 , lineType ?: number , thickness ?: number , shift ?: number ) : void ;
135+ drawContours ( contours : Point2 [ ] [ ] , contourIdx : number , color : Vec3 , thickness ?: number , lineType ?: number , hierarchy ?: Vec4 [ ] , maxLevel ?: number , offset ?: Point2 ) : void ;
136+ drawContoursAsync ( contours : Point2 [ ] [ ] , contourIdx : number , color : Vec3 , thickness ?: number , lineType ?: number , hierarchy ?: Vec4 [ ] , maxLevel ?: number , offset ?: Point2 ) : Promise < void > ;
136137 drawEllipse ( box : RotatedRect , color ?: Vec3 , thickness ?: number , lineType ?: number ) : void ;
137138 drawEllipse ( center : Point2 , axes : Size , angle : number , startAngle : number , endAngle : number , color ?: Vec3 , thickness ?: number , lineType ?: number , shift ?: number ) : void ;
138139 drawFillConvexPoly ( pts : Point2 [ ] , color ?: Vec3 , lineType ?: number , shift ?: number ) : void ;
0 commit comments