<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750</link>
    <title>MATLAB Central Newsreader - human tracking</title>
    <description>Feed for thread: human tracking</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 01 Apr 2008 16:26:05 -0400</pubDate>
      <title>human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#423995</link>
      <author>Chee Sing Wai</author>
      <description>Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
my final year project using Matlab ver. R2006a. &lt;br&gt;
Most of the object detection and tracking part were almost&lt;br&gt;
completed base on background modeling technique and&lt;br&gt;
background subtraction frame by frame.&lt;br&gt;
The part that I'm facing problems now is to do the human&lt;br&gt;
recognition to identify the object tracked is human or not.&lt;br&gt;
As I'm new to this subject, can anyone please help in&lt;br&gt;
recommend which technique should be used and how?</description>
    </item>
    <item>
      <pubDate>Wed, 02 Apr 2008 01:53:37 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#424110</link>
      <author>ImageAnalyst</author>
      <description>On Apr 1, 12:26=A0pm, &quot;Chee Sing Wai&quot; &amp;lt;williams_lib2...@hotmail.com&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt; my final year project using Matlab ver. R2006a.&lt;br&gt;
&amp;gt; Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt; completed base on background modeling technique and&lt;br&gt;
&amp;gt; background subtraction frame by frame.&lt;br&gt;
&amp;gt; The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt; recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt; As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt; recommend which technique should be used and how?&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------------&lt;br&gt;
Could be very difficult.  Could be a Ph.D. project instead of just a&lt;br&gt;
simple final year project.  So you have objects moving in your video&lt;br&gt;
and you need to detect whether they are human versus car, truck, dog,&lt;br&gt;
bird, etc.  You better be able to make a lot of assumptions or it's&lt;br&gt;
going to be very difficult.  For example, let's say you have a small&lt;br&gt;
blob moving across the top of your frame.  How do you know it's a bird&lt;br&gt;
(or a plane) and not a human that is far away?  You can't look for&lt;br&gt;
skin color because the person could be walking away and not showing&lt;br&gt;
any skin.  Maybe you can assume that anything moving in a certain zone&lt;br&gt;
is human (say along a sidewalk) and anything moving in another zone&lt;br&gt;
(say, the street) is a vehicle.  You might say that vehicles move&lt;br&gt;
faster than humans but of course we know that this is not always the&lt;br&gt;
case.  Maybe you could do some sort of shape recognition but this is&lt;br&gt;
going to be very hard.  Maybe you could pick out people based on the&lt;br&gt;
size of the blob, but this assumes everything is about the same&lt;br&gt;
distance from the camera.  For a simple example, if you were looking&lt;br&gt;
at a crosswalk with a limited field of view that you had to monitor,&lt;br&gt;
then you could assume that if its size is in a certain range, and its&lt;br&gt;
speed is in a certain range, then it might be human.  Maybe you could&lt;br&gt;
post a few frames (on a web site somewhere), list your known&lt;br&gt;
parameters, restrictions, and assumptions, and then ask the smart&lt;br&gt;
folks over in sci.image.processing for tips.&lt;br&gt;
Regards,&lt;br&gt;
ImageAnalyst</description>
    </item>
    <item>
      <pubDate>Wed, 02 Apr 2008 18:29:03 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#424310</link>
      <author>Chee Sing Wai</author>
      <description>&lt;br&gt;
&amp;gt; Could be very difficult.  Could be a Ph.D. project instead&lt;br&gt;
of just a&lt;br&gt;
&amp;gt; simple final year project.  So you have objects moving in&lt;br&gt;
your video&lt;br&gt;
&amp;gt; and you need to detect whether they are human versus car,&lt;br&gt;
truck, dog,&lt;br&gt;
&amp;gt; bird, etc.  You better be able to make a lot of&lt;br&gt;
assumptions or it's&lt;br&gt;
&amp;gt; going to be very difficult.  For example, let's say you&lt;br&gt;
have a small&lt;br&gt;
&amp;gt; blob moving across the top of your frame.  How do you know&lt;br&gt;
it's a bird&lt;br&gt;
&amp;gt; (or a plane) and not a human that is far away?  You can't&lt;br&gt;
look for&lt;br&gt;
&amp;gt; skin color because the person could be walking away and&lt;br&gt;
not showing&lt;br&gt;
&amp;gt; any skin.  Maybe you can assume that anything moving in a&lt;br&gt;
certain zone&lt;br&gt;
&amp;gt; is human (say along a sidewalk) and anything moving in&lt;br&gt;
another zone&lt;br&gt;
&amp;gt; (say, the street) is a vehicle.  You might say that&lt;br&gt;
vehicles move&lt;br&gt;
&amp;gt; faster than humans but of course we know that this is not&lt;br&gt;
always the&lt;br&gt;
&amp;gt; case.  Maybe you could do some sort of shape recognition&lt;br&gt;
but this is&lt;br&gt;
&amp;gt; going to be very hard.  Maybe you could pick out people&lt;br&gt;
based on the&lt;br&gt;
&amp;gt; size of the blob, but this assumes everything is about the&lt;br&gt;
same&lt;br&gt;
&amp;gt; distance from the camera.  For a simple example, if you&lt;br&gt;
were looking&lt;br&gt;
&amp;gt; at a crosswalk with a limited field of view that you had&lt;br&gt;
to monitor,&lt;br&gt;
&amp;gt; then you could assume that if its size is in a certain&lt;br&gt;
range, and its&lt;br&gt;
&amp;gt; speed is in a certain range, then it might be human. &lt;br&gt;
Maybe you could&lt;br&gt;
&amp;gt; post a few frames (on a web site somewhere), list your known&lt;br&gt;
&amp;gt; parameters, restrictions, and assumptions, and then ask&lt;br&gt;
the smart&lt;br&gt;
&amp;gt; folks over in sci.image.processing for tips.&lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; ImageAnalyst&lt;br&gt;
&lt;br&gt;
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br&gt;
&lt;br&gt;
Thanks ImageAnalyst for the reply.&lt;br&gt;
&lt;br&gt;
Then lets say that my scope is only limited to systems such&lt;br&gt;
as indoor surveillance system (e.g. a surveillance camera&lt;br&gt;
watching a room or corridor..) and I am only tracking a&lt;br&gt;
single moving object. Then how well will the outcome be if I&lt;br&gt;
determine whether the moving object is human or not base on&lt;br&gt;
the size of the blob?&lt;br&gt;
&lt;br&gt;
Haha.. actually I have been trying to do this using some&lt;br&gt;
sort of shape or pattern recognition but just like you have&lt;br&gt;
mentioned, it is quite difficult to do it due to lacked of&lt;br&gt;
knowledge and examples in this field. It would be great if&lt;br&gt;
anyone can provides some useful links or examples regarding&lt;br&gt;
the related field. Thanks</description>
    </item>
    <item>
      <pubDate>Wed, 02 Apr 2008 19:19:05 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#424327</link>
      <author>ImageAnalyst</author>
      <description>On Apr 2, 2:29=A0pm, &quot;Chee Sing Wai&quot; &amp;lt;williams_lib2...@hotmail.com&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; &amp;gt; Could be very difficult. =A0Could be a Ph.D. project instead&lt;br&gt;
&amp;gt; of just a&lt;br&gt;
&amp;gt; &amp;gt; simple final year project. =A0So you have objects moving in&lt;br&gt;
&amp;gt; your video&lt;br&gt;
&amp;gt; &amp;gt; and you need to detect whether they are human versus car,&lt;br&gt;
&amp;gt; truck, dog,&lt;br&gt;
&amp;gt; &amp;gt; bird, etc. =A0You better be able to make a lot of&lt;br&gt;
&amp;gt; assumptions or it's&lt;br&gt;
&amp;gt; &amp;gt; going to be very difficult. =A0For example, let's say you&lt;br&gt;
&amp;gt; have a small&lt;br&gt;
&amp;gt; &amp;gt; blob moving across the top of your frame. =A0How do you know&lt;br&gt;
&amp;gt; it's a bird&lt;br&gt;
&amp;gt; &amp;gt; (or a plane) and not a human that is far away? =A0You can't&lt;br&gt;
&amp;gt; look for&lt;br&gt;
&amp;gt; &amp;gt; skin color because the person could be walking away and&lt;br&gt;
&amp;gt; not showing&lt;br&gt;
&amp;gt; &amp;gt; any skin. =A0Maybe you can assume that anything moving in a&lt;br&gt;
&amp;gt; certain zone&lt;br&gt;
&amp;gt; &amp;gt; is human (say along a sidewalk) and anything moving in&lt;br&gt;
&amp;gt; another zone&lt;br&gt;
&amp;gt; &amp;gt; (say, the street) is a vehicle. =A0You might say that&lt;br&gt;
&amp;gt; vehicles move&lt;br&gt;
&amp;gt; &amp;gt; faster than humans but of course we know that this is not&lt;br&gt;
&amp;gt; always the&lt;br&gt;
&amp;gt; &amp;gt; case. =A0Maybe you could do some sort of shape recognition&lt;br&gt;
&amp;gt; but this is&lt;br&gt;
&amp;gt; &amp;gt; going to be very hard. =A0Maybe you could pick out people&lt;br&gt;
&amp;gt; based on the&lt;br&gt;
&amp;gt; &amp;gt; size of the blob, but this assumes everything is about the&lt;br&gt;
&amp;gt; same&lt;br&gt;
&amp;gt; &amp;gt; distance from the camera. =A0For a simple example, if you&lt;br&gt;
&amp;gt; were looking&lt;br&gt;
&amp;gt; &amp;gt; at a crosswalk with a limited field of view that you had&lt;br&gt;
&amp;gt; to monitor,&lt;br&gt;
&amp;gt; &amp;gt; then you could assume that if its size is in a certain&lt;br&gt;
&amp;gt; range, and its&lt;br&gt;
&amp;gt; &amp;gt; speed is in a certain range, then it might be human.&lt;br&gt;
&amp;gt; Maybe you could&lt;br&gt;
&amp;gt; &amp;gt; post a few frames (on a web site somewhere), list your known&lt;br&gt;
&amp;gt; &amp;gt; parameters, restrictions, and assumptions, and then ask&lt;br&gt;
&amp;gt; the smart&lt;br&gt;
&amp;gt; &amp;gt; folks over in sci.image.processing for tips.&lt;br&gt;
&amp;gt; &amp;gt; Regards,&lt;br&gt;
&amp;gt; &amp;gt; ImageAnalyst&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks ImageAnalyst for the reply.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Then lets say that my scope is only limited to systems such&lt;br&gt;
&amp;gt; as indoor surveillance system (e.g. a surveillance camera&lt;br&gt;
&amp;gt; watching a room or corridor..) and I am only tracking a&lt;br&gt;
&amp;gt; single moving object. Then how well will the outcome be if I&lt;br&gt;
&amp;gt; determine whether the moving object is human or not base on&lt;br&gt;
&amp;gt; the size of the blob?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Haha.. actually I have been trying to do this using some&lt;br&gt;
&amp;gt; sort of shape or pattern recognition but just like you have&lt;br&gt;
&amp;gt; mentioned, it is quite difficult to do it due to lacked of&lt;br&gt;
&amp;gt; knowledge and examples in this field. It would be great if&lt;br&gt;
&amp;gt; anyone can provides some useful links or examples regarding&lt;br&gt;
&amp;gt; the related field. Thanks- Hide quoted text -&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; - Show quoted text -&lt;br&gt;
----------------------------------------------------------------------------=&lt;br&gt;
--------------------------------&lt;br&gt;
Chee Sing Wai:&lt;br&gt;
What other single object do you expect to see moving through the&lt;br&gt;
room?  A dog?  A robot?  A paper airplane?  I would think in a very&lt;br&gt;
simplified and controlled final year project where you can control&lt;br&gt;
what goes through the room, then doing it based on size should do very&lt;br&gt;
well.&lt;br&gt;
&lt;br&gt;
Here's a useful link for you:&lt;br&gt;
&lt;a href=&quot;http://www.google.com/search?hl=3Den&amp;q=3Dhuman+tracking+surveillance&quot;&gt;http://www.google.com/search?hl=3Den&amp;q=3Dhuman+tracking+surveillance&lt;/a&gt;&lt;br&gt;
Looks like there's lots of good stuff there.&lt;br&gt;
Good luck,&lt;br&gt;
ImageAnalyst</description>
    </item>
    <item>
      <pubDate>Fri, 04 Apr 2008 16:50:20 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#424774</link>
      <author>Chee Sing Wai</author>
      <description>ImageAnalyst&lt;br&gt;
&lt;br&gt;
I see. I think I have some idea already on what should I&lt;br&gt;
proceed on.&lt;br&gt;
&lt;br&gt;
Thank you very much for your post. It's been pleasure&lt;br&gt;
talking to you.</description>
    </item>
    <item>
      <pubDate>Sun, 13 Apr 2008 15:07:26 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#426358</link>
      <author>markmark2008</author>
      <description>dear sir &lt;br&gt;
&lt;br&gt;
my final year project is similar to your but mine is an object detection and&lt;br&gt;
tracking using matlab &lt;br&gt;
can you please tell me how can i detect object in a video ( this is my&lt;br&gt;
problem)  and can you send to me your source code &lt;br&gt;
&lt;br&gt;
with best wishes&lt;br&gt;
&lt;br&gt;
Chee Sing Wai wrote:&lt;br&gt;
&amp;gt;Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt;my final year project using Matlab ver. R2006a. &lt;br&gt;
&amp;gt;Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt;completed base on background modeling technique and&lt;br&gt;
&amp;gt;background subtraction frame by frame.&lt;br&gt;
&amp;gt;The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt;recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt;As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt;recommend which technique should be used and how?</description>
    </item>
    <item>
      <pubDate>Mon, 14 Apr 2008 18:16:02 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#426562</link>
      <author>Chee Sing Wai</author>
      <description>hi markmark2008,&lt;br&gt;
&lt;br&gt;
perhaps you could tell me(or others in this matlab central&lt;br&gt;
community) about your project's scopes. such as are you&lt;br&gt;
tracking outdoor or indoor objects? stationary background or&lt;br&gt;
dynamic background?&lt;br&gt;
&lt;br&gt;
my project involved stationary background and the most&lt;br&gt;
common way to do this is save all your video frames, then&lt;br&gt;
make a background model(usually for the first 10-30 frames),&lt;br&gt;
then subtract every frames with the background model to&lt;br&gt;
detect foreground objects, then the proses morfology to get&lt;br&gt;
rid of the noise(white spot)..&lt;br&gt;
&lt;br&gt;
please give me your email address so that i could send you&lt;br&gt;
my source code for reference.&lt;br&gt;
&lt;br&gt;
Best Regards,&lt;br&gt;
Sing Wai &lt;br&gt;
&lt;br&gt;
&quot;markmark2008&quot; &amp;lt;u42886@uwe&amp;gt; wrote in message&lt;br&gt;
&amp;lt;829f248aba5c4@uwe&amp;gt;...&lt;br&gt;
&amp;gt; dear sir &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; my final year project is similar to your but mine is an&lt;br&gt;
object detection and&lt;br&gt;
&amp;gt; tracking using matlab &lt;br&gt;
&amp;gt; can you please tell me how can i detect object in a video&lt;br&gt;
( this is my&lt;br&gt;
&amp;gt; problem)  and can you send to me your source code &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; with best wishes</description>
    </item>
    <item>
      <pubDate>Fri, 18 Jul 2008 08:35:03 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#443850</link>
      <author>chris adam</author>
      <description>&quot;markmark2008&quot; &amp;lt;u42886@uwe&amp;gt; wrote in message &lt;br&gt;
&amp;lt;829f248aba5c4@uwe&amp;gt;...&lt;br&gt;
&amp;gt; Now im doing a project that able to recognize an object &lt;br&gt;
by background subtraction method e.g people walking.I've a &lt;br&gt;
problem on how to develop Matlab algorithm.Can you send me &lt;br&gt;
the source code for my reference too.&lt;br&gt;
&amp;gt; best regards</description>
    </item>
    <item>
      <pubDate>Fri, 18 Jul 2008 08:36:01 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#443851</link>
      <author>chris adam</author>
      <description>&quot;markmark2008&quot; &amp;lt;u42886@uwe&amp;gt; wrote in message &lt;br&gt;
&amp;lt;829f248aba5c4@uwe&amp;gt;...&lt;br&gt;
&amp;gt; Now im doing a project that able to recognize an object &lt;br&gt;
by background subtraction method e.g people walking.I've a &lt;br&gt;
problem on how to develop Matlab algorithm.Can you send me &lt;br&gt;
the source code for my reference too.&lt;br&gt;
&amp;gt; best regards</description>
    </item>
    <item>
      <pubDate>Sat, 19 Jul 2008 18:23:02 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#444109</link>
      <author>Chee Sing Wai</author>
      <description>Hi Chris,&lt;br&gt;
&lt;br&gt;
No problem, just let me know your email add. and I will send&lt;br&gt;
it to you. But wanna inform you beforehand that my project&lt;br&gt;
is actually a final year project titled &quot;pedestrian tracking&lt;br&gt;
using Kalman Filter&quot;.&lt;br&gt;
&lt;br&gt;
And there's a very good examples on the Matlab Central File&lt;br&gt;
Exchange area called &quot;2D tracking using Kalman Filter&quot; which&lt;br&gt;
I think might be useful to you.</description>
    </item>
    <item>
      <pubDate>Sun, 20 Jul 2008 16:18:02 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#444198</link>
      <author>chris adam</author>
      <description>Hi Chee,&lt;br&gt;
&lt;br&gt;
Thank you for your concern.By the way, this is my email &lt;br&gt;
adress.&amp;lt; crees82@yahoo.com &amp;gt;.Hope this will help me a lot.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Chris</description>
    </item>
    <item>
      <pubDate>Sun, 20 Jul 2008 16:18:02 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#444199</link>
      <author>chris adam</author>
      <description>Hi Chee,&lt;br&gt;
&lt;br&gt;
Thank you for your concern.By the way, this is my email &lt;br&gt;
adress.&amp;lt; crees82@yahoo.com &amp;gt;.Hope this will help me a lot.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Chris</description>
    </item>
    <item>
      <pubDate>Mon, 23 Feb 2009 15:44:03 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#630225</link>
      <author>Chee Sing Wai</author>
      <description>&quot;wasim &quot; &amp;lt;wazz.1987@gmail.com&amp;gt; wrote in message &amp;lt;gknivl$in5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Hi Chee,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; i am doing a project on human tracking and activity recognition &lt;br&gt;
&amp;gt; can u plzzzzzz help me with coding part&lt;br&gt;
&amp;gt; if u want i can mail u my design part&lt;br&gt;
&lt;br&gt;
Hi Wasim, sorry it's been a while since i last log in here, if you're still interested. Can find me at williams_lib2509@hotmail.com...</description>
    </item>
    <item>
      <pubDate>Wed, 04 Mar 2009 06:41:10 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#632350</link>
      <author>wazz</author>
      <description>On Feb 23, 8:44=A0pm, &quot;Chee Sing Wai&quot; &amp;lt;williams_lib2...@hotmail.com&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; &quot;wasim &quot; &amp;lt;wazz.1...@gmail.com&amp;gt; wrote in message &amp;lt;gknivl$in...@fred.mathwo=&lt;br&gt;
rks.com&amp;gt;...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hi Chee,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; i am doing a project on human tracking and activity recognition&lt;br&gt;
&amp;gt; &amp;gt; can u plzzzzzz help me with coding part&lt;br&gt;
&amp;gt; &amp;gt; if u want i can mail u my design part&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Hi Wasim, sorry it's been a while since i last log in here, if you're sti=&lt;br&gt;
ll interested. Can find me at williams_lib2...@hotmail.com...&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
ya sure will find u at williams_lib2...@hotmail.com&lt;br&gt;
&lt;br&gt;
thanks a lot for providing your id&lt;br&gt;
hope to hear from you soon</description>
    </item>
    <item>
      <pubDate>Thu, 15 Jan 2009 14:59:01 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#621823</link>
      <author>wasim </author>
      <description>&lt;br&gt;
&amp;gt; Hi Chee,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; i am doing a project on human tracking and activity recognition &lt;br&gt;
can u plzzzzzz help me with coding part&lt;br&gt;
if u want i can mail u my design part</description>
    </item>
    <item>
      <pubDate>Wed, 10 Nov 2010 13:57:03 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#794836</link>
      <author>Sa&amp;#353;a Mandi?</author>
      <description>Hi!&lt;br&gt;
I'm working on my final year project and the theme is moving detection in video!&lt;br&gt;
I saw that you have something similar to mine so I was wondering if you finished your work?&lt;br&gt;
I need help with mine!&lt;br&gt;
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??&lt;br&gt;
Thank you!&lt;br&gt;
&lt;br&gt;
Can You contact me on email?</description>
    </item>
    <item>
      <pubDate>Wed, 19 Jan 2011 09:06:04 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#813608</link>
      <author>laks laks</author>
      <description>Hi &lt;br&gt;
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 lakshmir10@gmail.com. thanks in advance</description>
    </item>
    <item>
      <pubDate>Mon, 07 Feb 2011 16:37:03 -0500</pubDate>
      <title>program code for lane departure warning system</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#817909</link>
      <author>biplab </author>
      <description>hi ,&lt;br&gt;
i am doing a project on &quot;human intrusion detection&quot;  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 &quot;lane departure warning system&quot; 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 biplabkumarnath@hotmail.com</description>
    </item>
    <item>
      <pubDate>Thu, 10 Feb 2011 06:08:03 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#818460</link>
      <author>Hisham Sager</author>
      <description>Hey  Chee Sing Wai,&lt;br&gt;
&lt;br&gt;
Have you done with the project?&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Hisham,</description>
    </item>
    <item>
      <pubDate>Sun, 10 Apr 2011 16:28:02 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#830356</link>
      <author>CHE </author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;fstnms$965$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt; my final year project using Matlab ver. R2006a. &lt;br&gt;
&amp;gt; Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt; completed base on background modeling technique and&lt;br&gt;
&amp;gt; background subtraction frame by frame.&lt;br&gt;
&amp;gt; The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt; recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt; As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt; recommend which technique should be used and how?&lt;br&gt;
&amp;nbsp;&lt;br&gt;
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. &lt;br&gt;
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. &lt;br&gt;
&lt;br&gt;
thank you.&lt;br&gt;
noli</description>
    </item>
    <item>
      <pubDate>Mon, 18 Apr 2011 19:43:05 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#831799</link>
      <author>heena desia</author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;fstnms$965$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt; my final year project using Matlab ver. R2006a. &lt;br&gt;
&amp;gt; Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt; completed base on background modeling technique and&lt;br&gt;
&amp;gt; background subtraction frame by frame.&lt;br&gt;
&amp;gt; The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt; recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt; As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt; recommend which technique should be used and how?&lt;br&gt;
&lt;br&gt;
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. &lt;br&gt;
If you wouldnt mind could you send me the code (to reference) to time4sleep@hotmail.com? Thank you for any help you may give :) </description>
    </item>
    <item>
      <pubDate>Mon, 13 Jun 2011 14:03:02 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#840870</link>
      <author>Christopher Marlo Capinianes</author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;fstnms$965$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt; my final year project using Matlab ver. R2006a. &lt;br&gt;
&amp;gt; Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt; completed base on background modeling technique and&lt;br&gt;
&amp;gt; background subtraction frame by frame.&lt;br&gt;
&amp;gt; The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt; recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt; As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt; recommend which technique should be used and how?&lt;br&gt;
&lt;br&gt;
Hello Chee Sing Wai&lt;br&gt;
&lt;br&gt;
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_1988@yahoo.com. Thank you and God Bless.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Marlo</description>
    </item>
    <item>
      <pubDate>Mon, 13 Jun 2011 14:04:05 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#840872</link>
      <author>Christopher Marlo Capinianes</author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;fstnms$965$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt; my final year project using Matlab ver. R2006a. &lt;br&gt;
&amp;gt; Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt; completed base on background modeling technique and&lt;br&gt;
&amp;gt; background subtraction frame by frame.&lt;br&gt;
&amp;gt; The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt; recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt; As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt; recommend which technique should be used and how?&lt;br&gt;
&lt;br&gt;
Hello Chee Sing Wai&lt;br&gt;
&lt;br&gt;
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_1988@yahoo.com. Thank you and God Bless.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Marlo</description>
    </item>
    <item>
      <pubDate>Mon, 26 Sep 2011 16:09:28 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#853371</link>
      <author>sapna sapna</author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;fstnms$965$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt; my final year project using Matlab ver. R2006a. &lt;br&gt;
&amp;gt; Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt; completed base on background modeling technique and&lt;br&gt;
&amp;gt; background subtraction frame by frame.&lt;br&gt;
&amp;gt; The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt; recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt; As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt; recommend which technique should be used and how?&lt;br&gt;
hi chee &lt;br&gt;
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???</description>
    </item>
    <item>
      <pubDate>Wed, 28 Sep 2011 12:01:27 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#853548</link>
      <author>Davide </author>
      <description>&quot;Christopher Marlo Capinianes&quot; wrote in message &amp;lt;it55cl$5om$1@newscl01ah.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Chee Sing Wai&quot; wrote in message &amp;lt;fstnms$965$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi, I'm developing an algorithm for pedestrian tracking for&lt;br&gt;
&amp;gt; &amp;gt; my final year project using Matlab ver. R2006a. &lt;br&gt;
&amp;gt; &amp;gt; Most of the object detection and tracking part were almost&lt;br&gt;
&amp;gt; &amp;gt; completed base on background modeling technique and&lt;br&gt;
&amp;gt; &amp;gt; background subtraction frame by frame.&lt;br&gt;
&amp;gt; &amp;gt; The part that I'm facing problems now is to do the human&lt;br&gt;
&amp;gt; &amp;gt; recognition to identify the object tracked is human or not.&lt;br&gt;
&amp;gt; &amp;gt; As I'm new to this subject, can anyone please help in&lt;br&gt;
&amp;gt; &amp;gt; recommend which technique should be used and how?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hello Chee Sing Wai&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 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_1988@yahoo.com. Thank you and God Bless.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; Marlo&lt;br&gt;
&lt;br&gt;
Hi,&lt;br&gt;
I'm working to the same subject. Could you send me some code to human tracking?&lt;br&gt;
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. &lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
mdavide86@gmail.com&lt;br&gt;
Davide</description>
    </item>
    <item>
      <pubDate>Fri, 14 Oct 2011 11:50:27 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#855135</link>
      <author>sapna sapna</author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;g5tbe5$cm4$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi Chris,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; No problem, just let me know your email add. and I will send&lt;br&gt;
&amp;gt; it to you. But wanna inform you beforehand that my project&lt;br&gt;
&amp;gt; is actually a final year project titled &quot;pedestrian tracking&lt;br&gt;
&amp;gt; using Kalman Filter&quot;.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; And there's a very good examples on the Matlab Central File&lt;br&gt;
&amp;gt; Exchange area called &quot;2D tracking using Kalman Filter&quot; which&lt;br&gt;
&amp;gt; I think might be useful to you.&lt;br&gt;
&lt;br&gt;
hi chee&lt;br&gt;
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...&lt;br&gt;
plz do reply in either case&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
sapna</description>
    </item>
    <item>
      <pubDate>Mon, 24 Oct 2011 14:14:30 -0400</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#856058</link>
      <author>sapna sapna</author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;gnug83$m6l$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;wasim &quot; &amp;lt;wazz.1987@gmail.com&amp;gt; wrote in message &amp;lt;gknivl$in5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hi Chee,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; i am doing a project on human tracking and activity recognition &lt;br&gt;
&amp;gt; &amp;gt; can u plzzzzzz help me with coding part&lt;br&gt;
&amp;gt; &amp;gt; if u want i can mail u my design part&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hi Wasim, sorry it's been a while since i last log in here, if you're still interested. Can find me at williams_lib2509@hotmail.com...&lt;br&gt;
&lt;br&gt;
hi chee&lt;br&gt;
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&lt;br&gt;
sapna_sapna593@yahoo.com&lt;br&gt;
&lt;br&gt;
waiting for ur response</description>
    </item>
    <item>
      <pubDate>Mon, 02 Jan 2012 17:06:08 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#862661</link>
      <author>Borja de Riva</author>
      <description>&quot;Chee Sing Wai&quot; wrote in message &amp;lt;g5tbe5$cm4$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi Chris,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; No problem, just let me know your email add. and I will send&lt;br&gt;
&amp;gt; it to you. But wanna inform you beforehand that my project&lt;br&gt;
&amp;gt; is actually a final year project titled &quot;pedestrian tracking&lt;br&gt;
&amp;gt; using Kalman Filter&quot;.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; And there's a very good examples on the Matlab Central File&lt;br&gt;
&amp;gt; Exchange area called &quot;2D tracking using Kalman Filter&quot; which&lt;br&gt;
&amp;gt; I think might be useful to you.&lt;br&gt;
&lt;br&gt;
Hello:&lt;br&gt;
&lt;br&gt;
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.&lt;br&gt;
&lt;br&gt;
May you please send me the source code you use for your project?&lt;br&gt;
&lt;br&gt;
Thank you very much in advance. &lt;br&gt;
&lt;br&gt;
My email is glorfindel33@hotmail.com</description>
    </item>
    <item>
      <pubDate>Thu, 05 Jan 2012 05:08:08 -0500</pubDate>
      <title>Re: human tracking</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166750#862887</link>
      <author>SathyaNarayanan </author>
      <description>Sir My final year project is Human detection and tracking in visual sensor network.&lt;br&gt;
Can you help me idea to confirm whether the object in the image is a human.</description>
    </item>
  </channel>
</rss>

