|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: Where is the multi object tracking code for the RC?
Quote:
) us in the right direction. Though your code is phenomenal and a big help, it has been a lot of fun this year to try to figure out some possible alternative solutions (especially for such an interesting problem).To all the people who have proposed methods other than the one used by the EasyC code: would you care to share any test results or code for those methods? It would be very time consuming for everyone to test every method for its viability, so perhaps some collaboration would be useful. I'll try to post some LabView Code and C source if I can test the VW thin-slicing method soon. Thanks again to Kevin and everyone else's input on this topic |
|
#2
|
||||
|
||||
|
Re: Where is the multi object tracking code for the RC?
Quote:
|
|
#3
|
||||
|
||||
|
Re: Where is the multi object tracking code for the RC?
Quote:
I've thought about ways to do this, and it isn't all too complicated... I just need to test it out, and make sure 127 would be the camera pointing parallel with the ground. I'll get to testing it, but I'm wondering what you guys have come up with for this? |
|
#4
|
|||||
|
|||||
|
Re: Where is the multi object tracking code for the RC?
Quote:
You can use a tangent function when you create the lookup table, of course. Or you can fill in the table empirically by repeatedly placing the robot a known distance from the target and observing the tilt angle. |
|
#5
|
|||||
|
|||||
|
Re: Where is the multi object tracking code for the RC?
Quote:
|
|
#6
|
|||||
|
|||||
|
Re: Where is the multi object tracking code for the RC?
I am confused; I didn't even know that the *hardware* supported multiple objects. I'll have to have a look-see at that code to figure out how multi-tracking works.
JBot |
|
#7
|
||||
|
||||
|
Re: Where is the multi object tracking code for the RC?
Quote:
-Kevin |
|
#8
|
|||||
|
|||||
|
Re: Where is the multi object tracking code for the RC?
Kevin,
If you did write code (I hope I'm not misinterpreting your post), do you have an approximate release date? |
|
#9
|
|||
|
|||
|
Re: Where is the multi object tracking code for the RC?
Bump? It sounds like Kevin's leading us on a little, but I would love love love to have that code.
![]() |
|
#10
|
||||
|
||||
|
Re: Where is the multi object tracking code for the RC?
Kevin, if your 2007 code can has the tracking similar to what Neil wrote then I apologize as I was misinformed.
Kevin is 100% correct the CMU can't track multiple objects the code just looks at the size of the target region and if its over a certain size prints that its looking a 2 targets. In the demo they used a terminal emulation program and used VT100 calls. We made our own custom terminal window and function to do the same thing in easyC PRO. WPILIB is 100% compatible with MPLAB, and Eclipse. Infact it's currently being written and maintained in Eclipse, WPI has been using it since 2005 on their FRC robots. Last edited by Kingofl337 : 06-01-2007 at 22:12. |
|
#11
|
|||
|
|||
|
Re: Where is the multi object tracking code for the RC?
any reason why easyc can't open bds file for the multi-object tracking code??
|
|
#12
|
||||
|
||||
|
Re: Where is the multi object tracking code for the RC?
OK, so we have to use WPILib to get the tracking code? We were going to use FusionEdit and not easyC.
|
|
#13
|
|||||
|
|||||
|
Re: Where is the multi object tracking code for the RC?
The way the camera works is that it takes a picture, finds all the pixels that fall into a color range, and finds information about them. The information I've used in the past is:
I do not remember if the camera provides the number of separate blobs in the default information. If it does not, the communication overhead and computation requirements would likely be prohibitive. If it does, there is a good chance that you can not get the separate bounding box/median information for each blob. Of course, I'm likely to eat my words when the actual code gets around. EDIT: Wow. How much discussion occurs while I post! Last edited by Astronouth7303 : 07-01-2007 at 12:54. |
|
#14
|
||||
|
||||
|
Re: Where is the multi object tracking code for the RC?
Quote:
-Kevin |
|
#15
|
||||
|
||||
|
Re: Where is the multi object tracking code for the RC?
How exactly does one access the data pertaining to the individual blobs? I didn't remember ever seeing anything like that in the code...
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing the visibility of an object | 65_Xero_Huskie | 3D Animation and Competition | 9 | 28-01-2006 17:12 |
| Where to get the 2006 default code? | Eldarion | Programming | 12 | 15-01-2006 15:48 |
| where can I find the code for the first 15 seconds? | CompMaster | Programming | 2 | 16-02-2005 16:23 |
| Where is the CMUcam2 code? | Matthew_H | Programming | 1 | 14-01-2005 17:49 |
| The object of Zone Zeal???? | Jay5780 | General Forum | 15 | 09-04-2002 19:54 |