Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

human tracking

107 views
Skip to first unread message

Chee Sing Wai

unread,
Apr 1, 2008, 12:26:05 PM4/1/08
to
Hi, I'm developing an algorithm for pedestrian tracking for
my final year project using Matlab ver. R2006a.
Most of the object detection and tracking part were almost
completed base on background modeling technique and
background subtraction frame by frame.
The part that I'm facing problems now is to do the human
recognition to identify the object tracked is human or not.
As I'm new to this subject, can anyone please help in
recommend which technique should be used and how?

Chee Sing Wai

unread,
Apr 1, 2008, 12:32:03 PM4/1/08
to

ImageAnalyst

unread,
Apr 1, 2008, 9:53:37 PM4/1/08
to
On Apr 1, 12:26 pm, "Chee Sing Wai" <williams_lib2...@hotmail.com>
wrote:

---------------------------------------------------------------------------
Could be very difficult. Could be a Ph.D. project instead of just a
simple final year project. So you have objects moving in your video
and you need to detect whether they are human versus car, truck, dog,
bird, etc. You better be able to make a lot of assumptions or it's
going to be very difficult. For example, let's say you have a small
blob moving across the top of your frame. How do you know it's a bird
(or a plane) and not a human that is far away? You can't look for
skin color because the person could be walking away and not showing
any skin. Maybe you can assume that anything moving in a certain zone
is human (say along a sidewalk) and anything moving in another zone
(say, the street) is a vehicle. You might say that vehicles move
faster than humans but of course we know that this is not always the
case. Maybe you could do some sort of shape recognition but this is
going to be very hard. Maybe you could pick out people based on the
size of the blob, but this assumes everything is about the same
distance from the camera. For a simple example, if you were looking
at a crosswalk with a limited field of view that you had to monitor,
then you could assume that if its size is in a certain range, and its
speed is in a certain range, then it might be human. Maybe you could
post a few frames (on a web site somewhere), list your known
parameters, restrictions, and assumptions, and then ask the smart
folks over in sci.image.processing for tips.
Regards,
ImageAnalyst

Chee Sing Wai

unread,
Apr 2, 2008, 2:29:03 PM4/2/08
to

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Thanks ImageAnalyst for the reply.

Then lets say that my scope is only limited to systems such
as indoor surveillance system (e.g. a surveillance camera
watching a room or corridor..) and I am only tracking a
single moving object. Then how well will the outcome be if I
determine whether the moving object is human or not base on
the size of the blob?

Haha.. actually I have been trying to do this using some
sort of shape or pattern recognition but just like you have
mentioned, it is quite difficult to do it due to lacked of
knowledge and examples in this field. It would be great if
anyone can provides some useful links or examples regarding
the related field. Thanks

ImageAnalyst

unread,
Apr 2, 2008, 3:19:05 PM4/2/08
to
On Apr 2, 2:29 pm, "Chee Sing Wai" <williams_lib2...@hotmail.com>
wrote:
> the related field. Thanks- Hide quoted text -
>
> - Show quoted text -
------------------------------------------------------------------------------------------------------------
Chee Sing Wai:
What other single object do you expect to see moving through the
room? A dog? A robot? A paper airplane? I would think in a very
simplified and controlled final year project where you can control
what goes through the room, then doing it based on size should do very
well.

Here's a useful link for you:
http://www.google.com/search?hl=en&q=human+tracking+surveillance
Looks like there's lots of good stuff there.
Good luck,
ImageAnalyst

Chee Sing Wai

unread,
Apr 4, 2008, 12:50:20 PM4/4/08
to
ImageAnalyst

I see. I think I have some idea already on what should I
proceed on.

Thank you very much for your post. It's been pleasure
talking to you.

markmark2008

unread,
Apr 13, 2008, 11:07:26 AM4/13/08
to
dear sir

my final year project is similar to your but mine is an object detection and
tracking using matlab
can you please tell me how can i detect object in a video ( this is my
problem) and can you send to me your source code

with best wishes

Chee Sing Wai

unread,
Apr 14, 2008, 2:16:02 PM4/14/08
to
hi markmark2008,

perhaps you could tell me(or others in this matlab central
community) about your project's scopes. such as are you
tracking outdoor or indoor objects? stationary background or
dynamic background?

my project involved stationary background and the most
common way to do this is save all your video frames, then
make a background model(usually for the first 10-30 frames),
then subtract every frames with the background model to
detect foreground objects, then the proses morfology to get
rid of the noise(white spot)..

please give me your email address so that i could send you
my source code for reference.

Best Regards,
Sing Wai

"markmark2008" <u42886@uwe> wrote in message
<829f248aba5c4@uwe>...

chris adam

unread,
Jul 18, 2008, 4:35:03 AM7/18/08
to
"markmark2008" <u42886@uwe> wrote in message
<829f248aba5c4@uwe>...
> Now im doing a project that able to recognize an object
by background subtraction method e.g people walking.I've a
problem on how to develop Matlab algorithm.Can you send me
the source code for my reference too.
> best regards

chris adam

unread,
Jul 18, 2008, 4:36:01 AM7/18/08
to

Chee Sing Wai

unread,
Jul 19, 2008, 2:23:02 PM7/19/08
to
Hi Chris,

No problem, just let me know your email add. and I will send
it to you. But wanna inform you beforehand that my project
is actually a final year project titled "pedestrian tracking
using Kalman Filter".

And there's a very good examples on the Matlab Central File
Exchange area called "2D tracking using Kalman Filter" which
I think might be useful to you.

chris adam

unread,
Jul 20, 2008, 12:18:02 PM7/20/08
to
Hi Chee,

Thank you for your concern.By the way, this is my email
adress.< cre...@yahoo.com >.Hope this will help me a lot.

Regards,
Chris

chris adam

unread,
Jul 20, 2008, 12:18:02 PM7/20/08
to

wasim

unread,
Jan 15, 2009, 9:59:01 AM1/15/09
to

> Hi Chee,
>
> i am doing a project on human tracking and activity recognition
can u plzzzzzz help me with coding part
if u want i can mail u my design part

Chee Sing Wai

unread,
Feb 23, 2009, 10:44:03 AM2/23/09
to
"wasim " <wazz...@gmail.com> wrote in message <gknivl$in5$1...@fred.mathworks.com>...

Hi Wasim, sorry it's been a while since i last log in here, if you're still interested. Can find me at williams...@hotmail.com...

wazz

unread,
Mar 4, 2009, 1:41:10 AM3/4/09
to
On Feb 23, 8:44 pm, "Chee Sing Wai" <williams_lib2...@hotmail.com>
wrote:
> "wasim " <wazz.1...@gmail.com> wrote in message <gknivl$in...@fred.mathworks.com>...

>
> > > Hi Chee,
>
> > > i am doing a project on human tracking and activity recognition
> > can u plzzzzzz help me with coding part
> > if u want i can mail u my design part
>
> Hi Wasim, sorry it's been a while since i last log in here, if you're still interested. Can find me at williams_lib2...@hotmail.com...

ya sure will find u at williams_lib2...@hotmail.com

thanks a lot for providing your id
hope to hear from you soon

Sa&#353;a Mandi?

unread,
Nov 10, 2010, 8:57:03 AM11/10/10
to
Hi!
I'm working on my final year project and the theme is moving detection in video!
I saw that you have something similar to mine so I was wondering if you finished your work?
I need help with mine!
I'm not so good with matlab so I need a help or can you give me your algorithm so I can see how did you resolve your problem with detection??
Thank you!

Can You contact me on email?

laks laks

unread,
Jan 19, 2011, 4:06:04 AM1/19/11
to
Hi
i m doing mt final year project on tracking. I was wondering if u could mail me your matlab code for tracking. My id is laksh...@gmail.com. thanks in advance

biplab

unread,
Feb 7, 2011, 11:37:03 AM2/7/11
to
hi ,
i am doing a project on "human intrusion detection" in matlab.its mainly regarding human beings following a strict path while walking, any deviation from the intended path will be recognised and alarm sounded. the project is somewhat similar to that of "lane departure warning system" only the difference being it is implemented for human being. Being new to matlab finding it very difficult to develop the code. Any help in this regard will be highly appreciated. if anyone can mail me any program code somewhat relevant to this also will do . thanks folks my email id is biplabk...@hotmail.com

Hisham Sager

unread,
Feb 10, 2011, 1:08:03 AM2/10/11
to
Hey Chee Sing Wai,

Have you done with the project?

Thanks
Hisham,

CHE

unread,
Feb 10, 2011, 12:48:04 PM2/10/11
to
Hi, hope someone can help me please.
does anyone know how to create the best layout(gui) .fig and .m coding for people tracking by using the .avi file. i made the layout already but i can't handled it correctly. i did't know how to use the handles. functions. there are five main push buttons on my gui layout named browse button to browse video input file, option box to choose plotting method(edge detection/boundary box), run button to run analysis towards input file(background subtraction/morphological processes), control button(pause/continue) and exit button to end the program.there are 4 axes-es for original video,foreground human tracking with the presence of noisy pixels,binarized image and tracking(edge detection or boundary box).
does anyone know if this is possible and how is it done.
thanks in advance.
Teru.

CHE

unread,
Apr 10, 2011, 12:28:02 PM4/10/11
to
"Chee Sing Wai" wrote in message <fstnms$965$1...@fred.mathworks.com>...
Hi, Chee Sing Wai, I'm noli and i really needs your help right now for my final year project. I'm doing the same project like your's but it still difference. my project themes is to create the system for people tracking by using graphical user interface(GUI) using MATLAB7.1.
I'm almost done with background subtraction and morphology process but the part that I can't do is to track the people(video). If you still kept your project code, can you email it for me.

thank you.
noli

heena desia

unread,
Apr 18, 2011, 3:43:05 PM4/18/11
to
"Chee Sing Wai" wrote in message <fstnms$965$1...@fred.mathworks.com>...

Hi did you manage to complete this? recognise whether it was human? car? bird etc? I am currently trying to do this and I am running out of time and would appreciate the help.
If you wouldnt mind could you send me the code (to reference) to time4...@hotmail.com? Thank you for any help you may give :)

Christopher Marlo Capinianes

unread,
Jun 13, 2011, 10:03:02 AM6/13/11
to
"Chee Sing Wai" wrote in message <fstnms$965$1...@fred.mathworks.com>...

Hello Chee Sing Wai

Hi, I was wondering if you still have this project at hand? similar to yours I am also trying to make a people tracking system. Do you still have your matlab code for this? would appreciate the help if you could send it to my e-mail cmuc...@yahoo.com. Thank you and God Bless.

Regards,
Marlo

Christopher Marlo Capinianes

unread,
Jun 13, 2011, 10:04:05 AM6/13/11
to
"Chee Sing Wai" wrote in message <fstnms$965$1...@fred.mathworks.com>...

Hello Chee Sing Wai

sapna sapna

unread,
Sep 26, 2011, 12:09:28 PM9/26/11
to
"Chee Sing Wai" wrote in message <fstnms$965$1...@fred.mathworks.com>...
hi chee
i am also working on human tracking and having problems while tracking object in video.can you please email me the code to track moving objects in video???

Davide

unread,
Sep 28, 2011, 8:01:27 AM9/28/11
to
"Christopher Marlo Capinianes" wrote in message <it55cl$5om$1...@newscl01ah.mathworks.com>...
Hi,
I'm working to the same subject. Could you send me some code to human tracking?
Actually in my project I chose to utilize the SIFT, but the points that I find is not sufficient to track object with some kind of occlusion. So if you have some other solution, write here or by email.
Thanks

mdav...@gmail.com
Davide

sapna sapna

unread,
Oct 14, 2011, 7:50:27 AM10/14/11
to
"Chee Sing Wai" wrote in message <g5tbe5$cm4$1...@fred.mathworks.com>...

hi chee
i am working on my project where i have to detect abnormal events for this purpose i have to track human in video. i am also using kalman filter for tracking.can u send me the source code of your project...
plz do reply in either case

Regards
sapna

sapna sapna

unread,
Oct 24, 2011, 10:14:30 AM10/24/11
to
"Chee Sing Wai" wrote in message <gnug83$m6l$1...@fred.mathworks.com>...
hi chee
i am working on human tracking...i have detected the human and extract features like centroid and bounding box etc. next step is to track the human. i stuck at this point, if u still have the code thn do reply me
sapna_s...@yahoo.com

waiting for ur response

Borja de Riva

unread,
Jan 2, 2012, 12:06:08 PM1/2/12
to
"Chee Sing Wai" wrote in message <g5tbe5$cm4$1...@fred.mathworks.com>...
Hello:

I am working in a project for tracking pedestrians outiside. I am trying to use background removal but the problem is that the leaves and grass that are in the zone move from one image to other, so using substraction doesn't work.

May you please send me the source code you use for your project?

Thank you very much in advance.

My email is glorfi...@hotmail.com

SathyaNarayanan

unread,
Jan 5, 2012, 12:08:08 AM1/5/12
to
Sir My final year project is Human detection and tracking in visual sensor network.
Can you help me idea to confirm whether the object in the image is a human.

saurabh jain

unread,
Feb 21, 2012, 11:13:10 PM2/21/12
to
"chris adam" wrote in message <g5vofq$lm1$1...@fred.mathworks.com>...
Hi, I'm developing an algorithm for pedestrian tracking for
my final year project using Matlab ver. R2006a. As I'm new to this subject, can anyone please help in
recommend which technique should be used and how?
acnd firstly i want to undertsand how to do background modelling

beng yong

unread,
Feb 22, 2012, 10:56:14 PM2/22/12
to
"saurabh jain" <saurab...@yahoo.com> wrote in message <ji1q0m$o5q$1...@newscl01ah.mathworks.com>...
Hi there,

I have been reading this newsgroup for a while. I am also currently developing system for object tracking in surveillance video. I found many useful algorithm in Matlab file exchange center. You may try to Google it.

I have used keywords like Mean-shift, paticle filter and object tracking to find those example.

grb...@gmail.com

unread,
Mar 27, 2013, 10:45:59 PM3/27/13
to Chee Sing Wai
hello dear chee
I'm interested in human body tracking using kalman filter and particle filter.
I would be very pleased if I can have your source code as my reference, can you please email them for me ?! or any advice you probably have!

your sincerely
Amirhossein Gharib
grb...@gmail.com


Gomathi

unread,
Sep 6, 2013, 6:09:05 AM9/6/13
to
Hi Chee/Heena,

I am doing Human detection and tracking using static camera in indoor environment
for my final year project in matlab. It would be very helpful if you could share your code for my reference. This is my email id v.go...@gmail.com

Thanks & Regards
Gomathi

"heena desia" wrote in message <ioi489$s9h$1...@fred.mathworks.com>...
> "Chee Sing Wai" wrote i n message <fstnms$965$1...@fred.mathworks.com>...

NITISH

unread,
Mar 25, 2014, 9:36:08 AM3/25/14
to
"Chee Sing Wai" wrote in message <fstnms$965$1...@fred.mathworks.com>...
> Hi, I'm developing an algorithm for pedestrian tracking for
> my final year project using Matlab ver. R2006a.
> Most of the object detection and tracking part were almost
> completed base on background modeling technique and
> background subtraction frame by frame.
> The part that I'm facing problems now is to do the human
> recognition to identify the object tracked is human or not.
> As I'm new to this subject, can anyone please help in
> recommend which technique should be used and how?


Can u plzz send me the source code....
i m also working on d same topic...

nitishj...@yahoo.co.in
0 new messages