03-15-2016 01:31 AM
Hello guys!
I am creating a real time people counting system that aims to count the number of boarding and alighting passengers from a bus. Basically it must be capable of counting people moving bidirectionally. I am planning to overlay optical flow. Any suggestions from the community, please?
Thank you in advance.
03-15-2016 06:51 AM
hi obiwan!
i think your question is way too general,
try to be more specific .. e.g. what (hardware) tools do you intend to use, any prior work that youve done and ran into problems with and such
the more info you give the easier ppl might find pointers for you
the only thing one can suppose is that you want some visual system (camera) and a computer vision algorithm to detect and count persons
regards jwscs
03-15-2016 07:16 AM
Thank you jwscs.
Here's the detail:
03-15-2016 08:28 AM
im no vision expert (and my labview is too old for viewing your code)
but i think the image acquisition you will get done easily.
deciding what is a person, and tracking it,
depends much on what you see.
it surely is no generally-solved problem and i think you might have to read lots of papers.
what might make this problem easier or harder is the source of you images.
e.g. do you see all of the bus or do you have seperate cameras for the entry point, and the exit point.
how many "sides" of a persons do you have to attribute to a single person, and so on