|
|
plotting rectangle aroung moving objects
Hello,
i am doing a project on object tracking and i used the method of subtraction to detect the motion.. and now i am stuck on how to plot a rectangle around the moving object .. please any help ..
|
|
0
|
|
|
|
Reply
|
Nour
|
3/3/2010 7:10:26 AM |
|
Nour wrote:
> i am doing a project on object tracking and i used the method of
> subtraction to detect the motion.. and now i am stuck on how to plot a
> rectangle around the moving object .. please any help ..
Ummm, using the rectangle() plot function, perhaps ?
|
|
0
|
|
|
|
Reply
|
Walter
|
3/3/2010 7:39:05 AM
|
|
Nour :
Did you see MATLAB's "People tracking demo"?
http://www.mathworks.com/products/viprocessing/demos.html?file=/products/demos/shipping/vipblks/viptrackpeople.html
It does exactly this.
|
|
0
|
|
|
|
Reply
|
ImageAnalyst
|
3/3/2010 11:21:18 AM
|
|
Walter Roberson <roberson@hushmail.com> wrote in message <hml3mp$7b1$2@canopus.cc.umanitoba.ca>...
> Nour wrote:
>
> > i am doing a project on object tracking and i used the method of
> > subtraction to detect the motion.. and now i am stuck on how to plot a
> > rectangle around the moving object .. please any help ..
>
> Ummm, using the rectangle() plot function, perhaps ?
Thanks for your suggestion ..
|
|
0
|
|
|
|
Reply
|
No0o0oR
|
3/3/2010 8:31:05 PM
|
|
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <92a439bd-a714-4324-bde3-44e92ec2695d@z35g2000yqd.googlegroups.com>...
> Nour :
> Did you see MATLAB's "People tracking demo"?
> http://www.mathworks.com/products/viprocessing/demos.html?file=/products/demos/shipping/vipblks/viptrackpeople.html
> It does exactly this.
Image Analyst,
yes i check this demo .. but the problem i don't know anything in simulink...i don't know the process to get that rectangle ...
after i did the subtraction and detect the moving object what is the technique to draw a moving rectangle around it ?
|
|
0
|
|
|
|
Reply
|
No0o0oR
|
3/3/2010 8:36:04 PM
|
|
"No0o0oR " <n.khaznadar@live.com> wrote in message <hmmh7k$4a9$1@fred.mathworks.com>...
> ImageAnalyst <imageanalyst@mailinator.com> wrote in message <92a439bd-a714-4324-bde3-44e92ec2695d@z35g2000yqd.googlegroups.com>...
> > Nour :
> > Did you see MATLAB's "People tracking demo"?
> > http://www.mathworks.com/products/viprocessing/demos.html?file=/products/demos/shipping/vipblks/viptrackpeople.html
> > It does exactly this.
>
>
> Image Analyst,
>
> yes i check this demo .. but the problem i don't know anything in simulink...i don't know the process to get that rectangle ...
>
> after i did the subtraction and detect the moving object what is the technique to draw a moving rectangle around it ?
you can use
region=regionprops(image_name);
for complete explanation just type regionprops on matlab help
|
|
0
|
|
|
|
Reply
|
Ashar
|
4/15/2010 11:36:04 PM
|
|
|
5 Replies
669 Views
(page loaded in 0.045 seconds)
Similiar Articles: plotting rectangle aroung moving objects - comp.soft-sys.matlab ...Hello, i am doing a project on object tracking and i used the method of subtraction to detect the motion.. and now i am stuck on how to plot a rectangle around the ... control object: uitable - comp.soft-sys.matlabselecting non rectanglke part of an image - comp.soft-sys.matlab ... selection problem for checkboxes in uitable - comp.soft ... plotting rectangle aroung moving objects ... Help plotting and graphing yield strees vs strain rate - comp.soft ...plotting rectangle aroung moving objects - comp.soft-sys.matlab ... Hello, I wanted to create points around the center ... Help plotting and graphing yield strees vs ... Selecting a background frame for a moving object differentiation ...... to work on a moving object ... frame for a moving object differentiation ... Hello Everyone ... aroung ... background rectangle by enlarging its frame ... paste one object ... Rotating through a known angle - comp.soft-sys.matlabHowever, a rectangle object does not have those properties and so ... Helical Coil Help - comp.soft-sys.matlab fields around a 3D object. quiver3() on top of a surface plot ... real-time object tracking using optical flow / XY coordinates ...... they are like 305.6010 Mohammad,how did you plot your x,y graph ? with which values ? one output is motion vector where it draws yellow lines around moving object ... How to clear an object plot - comp.lang.idl-pvwaveHi again, #1 I'm calling the new IDL 8.0 plot feature object plot has an ... an article about this, but had got my web page so screwed up moving repositories around ... the background subtraction - comp.soft-sys.matlabThen just extract some portion of the image around the ... Selecting a background frame for a moving object ... maximum value in a data set and subtracting from plot ... How do i turn a selection into a brush stroke? - comp.graphics ...Such as dragging/moving an object while pressing a key ... Another approach is to run the Soften brush around ... Extract a bordered, skewed rectangle from an image ... detecting mouse click on a point - comp.graphics.api.opengl ...... trying to develop an application for modeling 3D objects ... for a client to detect a click and react by moving the ... mouse event hii :) i have problem to drag/move a rectangle ... plotting rectangle aroung moving objects - comp.soft-sys.matlab ...Hello, i am doing a project on object tracking and i used the method of subtraction to detect the motion.. and now i am stuck on how to plot a rectangle around the ... plotting rectangle aroung moving objects - Newsreader - MATLAB CentralHello, i am doing a project on object tracking and i used the method of subtraction to detect the motion.. and now i am stuck on how to plot a rectangle around the ... 7/20/2012 10:00:00 PM
|
|
|
|
|
|
|
|
|