fill area of cv::Rect with color
Hi guys, how do i fill area of cv::Rect with color ? thanks
Hi guys, how do i fill area of cv::Rect with color ? thanks
Read docs?
fill in red :
Mat x(200,200,CV_8UC3,Scalar::all(0));
rectangle(x,Point(10,10), Point(50,60),Vec3b(0,0,200), cv::FILLED);
Asked: 2018-04-14 10:59:21 -0600
Seen: 3,940 times
Last updated: Apr 14 '18
Error when Cropping Human Image after detectMultiScale
how do I save/load a cv::Rect ?
Error Exception Handling For Cv::Rect opencv in C++
please help me to detect an rectangle box on image?
Showing a rectangle on the courser and cutting out
No matching function for call to 'rectangle'