Ask Your Question

sinthujan's profile - activity

2016-06-02 23:20:14 -0600 asked a question Crop an non rectangle area

I want to crop a area which is not like rectangle using use OpenCV C++ with different 4 coordinates. or i want to color not selected region to get the selected area clear . Please tell me the solution .. It will help me a lot for my project. thanks in advance. eg : image description

2016-06-02 02:41:55 -0600 received badge  Enthusiast
2016-05-20 09:56:10 -0600 commented answer Detection and counting cars - OpenCV and C ++

hi, Can u explain how to identify the in window and out window weight and height... Rect in_window = Rect(x1, y1, width1, height1);
Rect out_window = Rect(x2, y2, width2, height2);

it is very helpful to me to continue my research ... :)