Home | History | Annotate | Download | only in opencv2

Lines Matching refs:RotatedRect

3497 returned rotatedRect can contain negative indices when data is close to the containing Mat element
3502 CV_EXPORTS_W RotatedRect minAreaRect( InputArray points );
3515 CV_EXPORTS_W void boxPoints(RotatedRect box, OutputArray points);
3633 ellipse/rotatedRect data contains negative indices, due to the data points being close to the
3638 CV_EXPORTS_W RotatedRect fitEllipse( InputArray points );
3710 CV_EXPORTS_W int rotatedRectangleIntersection( const RotatedRect& rect1, const RotatedRect& rect2, OutputArray intersectingRegion );
3868 @param box Alternative ellipse representation via RotatedRect. This means that the function draws
3875 CV_EXPORTS_W void ellipse(InputOutputArray img, const RotatedRect& box, const Scalar& color,