OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
draw.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for draw.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 
namespace  cv::fastcv
 

Functions

void cv::fastcv::fillConvexPoly (InputOutputArray img, InputArray pts, Scalar color)
 Draw convex polygon This function fills the interior of a convex polygon with the specified color. Requires the width and stride to be multple of 8.