SMMT is now open sourced
SMMT is now open sourced under BSD-like license. Sourceforge page is here.
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
Blogroll
downloads
My places
Old homepage
People
Symbian
Video
- 2d 3d 3d imaging Anathem Android arxiv Augmented Reality Augmented Reality advertisng bionic eye brain-computer interface bundle adjustment C++ camera carbon nanotubes cnn Coding Coding AR compressed sensing computer vision convnet convolutional network CPU cuda cuda-convnet Cyborg Deep Learning FAST feature detection FFT fiduciary marker fun Games Google History hologram image processing Image Registration iPhone L1 minimization machine learning Maemo Markerless Markerless tracking Math Mobile MSER N95 Neal Stephenson neural network Nintendo DSi Nokia Nokia 5800 Nokia N95 nonlinear optimization optimization pose estimation Rainbow Ends RjDj robust statistics Samsung i8510 Samsung INNOV8 scale space Science SIFT SURF Symbian Symbian Signed technological singularity Technology Tower Defense Usability Vernor Vinge videoglasses Vuzix Wrap 920AV xkcd
Twitter
- RT @quasimondo: Testing prompt-to-stroke with camera feedback. Oh well, it does do "something" to that circle. https://t.co/5dYJX5uYJy 2 weeks ago
- batcat twitter.com/docmilanfar/st… 2 weeks ago
- @docmilanfar Batcat. 2 weeks ago
- RT @docmilanfar: Gravity is for the weak https://t.co/DJruPEuRGW 2 weeks ago
- RT @rasbt: Tired of adding forward hooks or print statements to look into intermediate layer outputs of your PyTorch models? Surgeon-pytorc… 3 weeks ago
Archives
- December 2014 (2)
- November 2014 (1)
- February 2014 (1)
- January 2014 (2)
- December 2013 (1)
- November 2013 (2)
- October 2013 (2)
- September 2013 (1)
- May 2013 (1)
- January 2013 (1)
- December 2012 (1)
- 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