Ask Your Question

askri's profile - activity

2018-04-24 19:31:42 -0600 received badge  Famous Question (source)
2017-07-20 00:08:05 -0600 received badge  Notable Question (source)
2017-04-11 05:36:11 -0600 received badge  Popular Question (source)
2016-04-05 05:05:21 -0600 asked a question i got an error “'ImgProc' does not name a type ” please help me out
ImgProc::ImgProc(VideoCapture vc)

{ ImgProc::cap = vc; }

2016-04-02 05:45:08 -0600 received badge  Enthusiast
2016-03-28 08:54:54 -0600 commented answer I want to count number of people crossing a line from either side.

thanks a lot

2016-03-26 09:57:42 -0600 asked a question I want to count number of people crossing a line from either side.

I have a camera that is placed on ceiling and shooting for the floor where the line is (So camera sees just top of people heads; and so it is more of object detection than people detection). Is there any sample solution for this problem or similar problems like this? So I can learn from them?

More than one person is crossing the line at any moment

2016-03-26 09:28:34 -0600 received badge  Editor (source)
2016-03-26 09:18:40 -0600 asked a question how can i count people entring to a shop after applying background substraction using opencv ?

counting how many people crossing a line wich i drawing.