Subject:
|
Re: Tracking device
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Tue, 23 Feb 1999 16:26:24 GMT
|
Original-From:
|
Tom Brusehaver <TGB@COZYsaynotospam.WAMNET.COM>
|
Reply-To:
|
tgb@wamnet.com{Spamcake}
|
Viewed:
|
1140 times
|
| |
| |
> hello everyone. my team has been assigned to make a tracking device for
> our robot making use of a video camera or the camera on this silicon
> graaphics computer in the lab but i'm not exactly sure how to begin. any
> suggestions or words of wisdom would be appreciated.
If you are trying to track something moving, it is pretty simple, if
you have a fixed camera.
Take two images, separated by a reasonable amount of time (2
subsequent frames may not be enough). XOR the two frames, everything
the same will show as 0's everything that has changed will be 1's.
Sometimes edge detecting will be required, and allow you less data to
XOR, but certainly if you are only trying to track something, B&W data
will be enough.
After enough frames are collected, you can start calculating direction
and velocity.
|
|
Message is in Reply To:
| | Re: Tracking device
|
| hello everyone. my team has been assigned to make a tracking device for our robot making use of a video camera or the camera on this silicon graaphics computer in the lab but i'm not exactly sure how to begin. any suggestions or words of wisdom (...) (26 years ago, 23-Feb-99, to lugnet.robotics.handyboard)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|