Posts by Felipe Leite • 13 points
2 posts
-
0
votes0
answers15
viewsQ: Is it possible to run a Body Cascade inside a non-slagging sub-area?
after studying a little and the help of well-oriented people here understood that Opencv manipulates images (an array) that will always be rectangular. Therefore, an ROI will never be polygonal. I…
-
1
votes1
answer975
viewsQ: How to identify whether the area of an object is within another area desired by the user, drawn by the mouse
Hello! I recently started to venture into the Opencv library in C++. Today, I want to develop a program that applies a classifier to a polygonal ROI (5 points), obtained through 5 clicks with the…