Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

aligment plate or RotatedRect and draw

$
0
0
Hi, i find car plate with opencv and the plate is in the vector this is not alignment (0 degree), how can i rotate "rotatdrect" vector concurrent with original plate . ![image description](/upfiles/14410256402214986.jpg) int cmin-100; int cmax = 1000; vector>::iterator itc= contours.begin(); vector rects; while (itc!=contours.end()) { RotatedRect mr= minAreaRect(Mat(*itc)); if (itc->size() , cmin II ITC - . SIZE() . cmax) itc= contours.erase(itc); else ++itc; rects.push_back(mr); } NOW HOW CAN I ONLY DRAW "RECTS" WITH CROP PICTURE WITH ANGLE 0'. Many Thanks.

Viewing all articles
Browse latest Browse all 41027

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>