Ask Your Question

VictorTecRoman's profile - activity

2016-02-23 19:04:47 -0600 received badge  Enthusiast
2016-02-18 17:42:21 -0600 asked a question How to separate overlapping objects?

Hi Developers, I want separate a binary image objects. To create the binary image i use Mog2 With ImageDepth Kinect, the result are objects (people) on the move, for the characteristics of the objects use FindCountours. The problem is that there are cases where objects overlap, I'm a beginner in Computer Vision. I use Opencv 3.0, Visual Studio 2015, Kinect Sdk 1.8, C++. the kinect camera is implemented top - down , objects(people) are head to the floor. In short I need to separate the overlapping objects. Greetings and sorry for my english

2016-02-16 00:34:32 -0600 asked a question Tracking Lucas Kanade

Hi Developers, I using calcOpticalFlowPyrLK, I already have the previous and following points, I to keep track of the object have the following points. the following points the rest with dots of detected objects if the subtraction is less than 2, I say that it is the object. I hope I can help. Best regards