SMMT is now open sourced
SMMT is now open sourced under BSD-like license. Sourceforge page is here.
Like this:
Be the first to like this post.
21, February, 2010 - Posted by mirror2image | Coding AR | Augmented Reality, C++, computer vision, fiduciary marker, Image Registration, Symbian
4 Comments
Sorry, the comment form is closed at this time.
About
-
Top Posts
- How Kinect depth sensor works - stereo triangulation?
- FAST with SURF descriptor
- Switching to OpenCV 2.0 with VS2005
- Why 3d markerless tracking is difficult for mobile augmented reality
- Some phase correlation tricks
- (augmented) reality imitate art
- Samsung SARI 1.5 Augmented Reality SDK is out in the wild
- Visualizing Bundle Adjustment
- Polynesian stick charts were mapping wave patterns
- Augmented Reality on Android - now with NDK
Blogroll
downloads
My places
Old homepage
People
Symbian
Video
Tags
3d 3d imaging Android Augmented Reality bundle adjustment C++ camera carbon nanotubes Coding AR computer vision CPU FAST feature detection fiduciary marker fun Games History hologram image processing Image Registration iPhone Maemo Markerless Markerless tracking Math Mobile N95 Nintendo DSi Nokia Nokia N95 nonlinear optimization pose estimation Rainbow Ends RjDj robust statistics scale space Science SURF Symbian technological singularity Technology Tower Defense Usability Vernor Vinge videoglasses
Twitter
- Hmm could 18'' laptop fit into backpack for 17''? I'm thinking about getting M18x with dual quadro 5010m... 3 days ago
- @makc3d It's worse than that:employer enforcing female employee breast size.I'm afraid to think what could they enforce for male workers... 3 days ago
- Heard today about new for me Jewish tradition: Eating *diary* on Shavuot 3 days ago
Archives
- March 2012 (1)
- January 2012 (1)
- November 2011 (1)
- September 2011 (1)
- August 2011 (1)
- July 2011 (1)
- May 2011 (2)
- April 2011 (5)
- November 2010 (3)
- September 2010 (1)
- April 2010 (1)
- February 2010 (4)
- January 2010 (6)
- December 2009 (4)
- November 2009 (4)
- October 2009 (7)
- September 2009 (2)
- August 2009 (4)
- July 2009 (8)
- June 2009 (5)
- May 2009 (1)
- April 2009 (3)
- March 2009 (11)
- February 2009 (10)
- January 2009 (12)
- December 2008 (10)
- November 2008 (12)
- October 2008 (10)
Meta
[...] 来源 [...]
Pingback by 增强视觉 | 计算机视觉 增强现实 » SMMT开源了 | 23, February, 2010
Hi!
First of all i must tell you that your applications are great! I found your games because i was looking for AR applications for Nokia phones.
I have developed some AR applications in Flash, and I tried to run them on my phone (5800 xpressMusic), but I couldn’t. I installed a FlashPlayer, but when I try to run the .swf file, It shows me an error.
I think it wouldn’t work, and I want to start programming Symbian apps.
Could you tell me what do I need to do so? I’ve read that I can write Java code.. Is it right? -as you can see, I have no idea how to create Symbian apps-.
I will preciate your help.
(i hope you understand my english, i’m from argentina and i speak Spanish!)
Thanks!
You should download some Symbian SDK (From Symbian or Nokia) and possible get yourself some book on Symbian programming. Symbian is not java – it’s C++
I’m currently trying to port SMMT for android.
I’ve already compiled kiss_fft with android ndk (that was easy)…
Now, going with the real guts of SMMT, my first concern is the image data which should be provided by ViewFinderFrameReady.
Of course this callback doesn’t exists on Android but a similar seems to do the job Camera.PreviewCallback.
By default the PreviewCallback get the data in format YCbCr_420_SP (NV21).
My question is which format expect the SMMT library (RGB888, RGB565, …)?
TIA