
Augmenting a Postcard
7 months ago
This demonstrates augmentation of a generic picture postcard with video in realtime. As opposed to using special image markers for tracking (as with ARToolKit) this form of augmentation can be applied to any complex image. The postcard is tracked using a standard webcam and The Artvertiser software.
Here's a video of this software working on street advertisements: vimeo.com/3464018
See theartvertiser.com for more details.
(NB: it appears a little slower than it is due to the fact I'm capturing it to disk using 3d screencapture software).
Here's a video of this software working on street advertisements: vimeo.com/3464018
See theartvertiser.com for more details.
(NB: it appears a little slower than it is due to the fact I'm capturing it to disk using 3d screencapture software).
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
Thanks!
I plan to release the source for this project as soon as the code is good and ready. Keep an eye on theartvertiser.com and/or julianoliver.com/blog for details about this!
youtube.com/watch?v=FeTYvbcU2zQ
youtube.com/watch?v=0DPMf529DIg
It's not so similar really. Bryan Chung is using the widely popular ARToolKit tracker with 'fiducial markers' - in other words specially defined black and white images with a large black border - on which to composite video. The image in the first video he is using is the default marker shipped with the software, 'Hiro'.
The video example I posted here uses any complex image: street advertising, a picture t-shirt or billboards being good examples of candidates. The technique is known as Natural Feature Tracking and doesn't require using pre-defined codes/markers for augmentation to be possible..
Cheers!
Cheers
Erdem
did you try bazar, or is this all homegrown?
cvlab.epfl.ch/software/bazar/
btw, theo and I used a homegrown technique here:
vimeo.com/4336830
finding corners based on curvature and using that data for the AR...
Overall though I've found Bazar to be too slow for AR, especially on a netbook target. The geometric calibration part needs a lot of careful attention to generate a good augmentation also. Since I've found several areas in which to optomise to bring it all up to ~25fps: beforehand it was ~10-15fps on a pretty powerful box..
I'd reccommend just rolling your own solution around the OpenCV planar object detection code if your needs are simple. If you need all that homographic goodness then Bazar is the way to go!
Cheers (and I like the card tricks ;)