The Following User Says Thank You to nwerneck For This Useful Post: | ||
![]() |
2009-11-04
, 05:59
|
Posts: 182 |
Thanked: 540 times |
Joined on Aug 2009
@ Finland
|
#32
|
![]() |
2009-11-04
, 15:26
|
|
Posts: 304 |
Thanked: 233 times |
Joined on Jul 2009
@ São Paulo, SP, Brasil
|
#33
|
![]() |
2009-11-04
, 20:30
|
Posts: 182 |
Thanked: 540 times |
Joined on Aug 2009
@ Finland
|
#34
|
![]() |
2010-01-13
, 18:27
|
Posts: 77 |
Thanked: 52 times |
Joined on Sep 2009
@ US
|
#35
|
![]() |
2010-03-06
, 21:01
|
|
Posts: 243 |
Thanked: 198 times |
Joined on Aug 2009
|
#36
|
The Following User Says Thank You to thecursedfly For This Useful Post: | ||
![]() |
2010-03-08
, 18:03
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#37
|
The Following User Says Thank You to qole For This Useful Post: | ||
![]() |
2010-07-28
, 01:20
|
|
Posts: 128 |
Thanked: 232 times |
Joined on Sep 2009
@ New Jersey, USA
|
#38
|
The Following User Says Thank You to lostinmirkwood For This Useful Post: | ||
![]() |
2010-07-31
, 05:31
|
|
Posts: 305 |
Thanked: 154 times |
Joined on Aug 2006
@ Colorado
|
#39
|
The Following User Says Thank You to BruceL For This Useful Post: | ||
![]() |
Tags |
computational photography |
|
http://talk.maemo.org/showthread.php?p=357615
***
I am quite excited about doing AR and other computer vision and (image processing in general) applications with NITs, but I became a little suspicious lately that we don't have the tools to take full advantage of the processor. How do I create an application using OpenCV, OpenMAX or any other libraries, making sure I am exploring DSP stuff? (I'm not sure N8x0 offers much, but N900 should have that NEON thing, right?)
For example, I am implementing this algorithm called MonoSLAM. One of the tasks I need to perform is to match features in sub-regions of images captured from the camera. I'm not sure if the processor would bear it, but my first try would be to match using normalized cross correlation, and for that I need to calculate DFTs of image patches, and calculating image integrals would be nice also. Are there libraries available to do this kind of low-level image processing to me? Can I even implement them by myself somehow? Can I use GCC, ou do I need some sort of proprietary compiler?
I remember some time ago people were talking about making an OGG decoding library that made use of the DSP resources. A Nokia developer, if I am not mistaken, said it probably wouldn't pay off. How come??
I want to see a "demo" of the OMAP DSP... I want to run two programs, one compiled with and other without the "magical library" that make signal-processing tasks faster. And if it's not much better, I want a different processor, without useless DSP things that we can't/don't need to explore. There are few things I hate more than a processor with unused instructions.
I am very concerned about all this because only the other day I discovered, after a long time working with OpenCV just for prototypes, that you need some proprietary Intel library to have a really neat OpenCV implementation. No SIMD for the "free" crowd. I think that's kinda lame... Now I'm trying to figure out how things are happening with OMAP. Is it the same? To make full use of SIMD I need some proprietary compiler or library? If that is the case, I'll end up going to program for my Chinese Z80 music player. At least I get the feeling I am using all the hardware available...
Sorry for the long rant, I am not sure I should start another thread since some many concerned people are around here anyway.
I am not hijacking the thread. I am just asking: what are the tools we should be using to make the best image processing applications possible for the NITs? How should i implement my feature matching algorithm? How should I implement my own demosaicing algorithm (supposing we can get the really-raw data from the camera)? I want to make an audio synthesizer too... How do I make it as efficient as possible?