Buy an Axon, Axon II, or Axon Mote and build a great robot, while helping to support SoR.
0 Members and 1 Guest are viewing this topic.
Andrew, I do like your robust design for image processing.... perhaps, you'd be interested in just using a vision chip like the ARM9 CAP series to do that heavy lifting?
1)Such image database would take PETAbytes of data. Each virtual object should have a 3d model with textures. I doubt the robot will the object from the same angle every single time. 2)Search through this data base will require very fast processors. That means find files and doing all the comparations.
1)Such image database would take PETAbytes of data. Each virtual object should have a 3d model with textures. I doubt the robot will the object from the same angle every single time.
2)Search through this data base will require very fast processors. That means find files and doing all the comparations.
Can visual processing by a robot currently determine that the object is 3D? IMO 2D is a good working issue from visual imagery - please correct me if I am wrong.
QuoteCan visual processing by a robot currently determine that the object is 3D? IMO 2D is a good working issue from visual imagery - please correct me if I am wrong.Affordable 3d cameras are just around the corner (check out the zcam by 3dv systems, supposed to release to the public sometime this year), it would probably pay off to do models, but simple ones. Say, a simple cylinder for a coke can, it takes 170k for an autodesk inventor file.
3DV Systems has developed a unique video imaging technology and camera for sensing distance in real-time between an imaging sensor and the objects in its field of view (i.e. the objects' depth), at high speed and high resolution. The technology, which is based on the Time-of-Flight principle, is described thoroughly in several publications by the company's founders and engineers, and is well protected by international patents
Camera systems can determine 3d with more than one camera. Its also possible to make assumption based on other factors (look at the vision tutorial on this site).
I would think that XML can't be sifted through as fast as a Relational or Object databases because of internal representation...
I think you are missing the point that XML is text and needs to be parsed. Every time. It's a strength and weakness because it has ultimate portability, and readability, but sucks for very very large amounts of what could be binary data.I'm imagining a 3d model, or 3d point cloud, stored in the data base for each object and then the model being looked at could be matched to objects in the data base with a baysean filter, but you would need access to your almost your whole data base to do that
You can't really hope to just lookup a specific image you just filmed into a database of images taken with a "standardized camera". That is never going to work... Never has, never will. And no, you won't get everyone to use the same camera... Especially because, you know, technology progresses, and whatever is your "standard camera" now, will suck in 10 years.