1

I was curious to know if someone had an experience of porting OpenCV to Nokia C5 series cell phones. Probably via Qt, is it possible to port OpenCV to Nokia, are there any know ports for OpenCV such as we have for Android and Apple iPhones.

Thanks for the guidance.

NG_
  • 6,895
  • 7
  • 45
  • 67

1 Answers1

2

There is opencv-symbian, but it's last update is 2010-07-12.

Nokia provides an alternative to OpenCV for the Symbian platform, it's named NCV: Nokia Computer Vision library

The Nokia Research Center has released the Nokia Computer Vision Library (NCV). NCV builds on Symbian OS on S60 to provide additional imaging related functionality to developers for use in third party applications. The library includes motion sensing from the camera (for use in games), advanced image capture functions (algorithm constructions, panorama) and image post processing functions (morphing, image compositing).

karlphillip
  • 92,053
  • 36
  • 243
  • 426
  • is it powerful as OpenCV? Probably may not have the rich features of openCV, but must be good enough? –  Apr 05 '12 at 12:51
  • As powerful as OpenCV? I doubt it. [Here is a more detailed set of informational slides.](http://research.nokia.com/files/NokiaCVInformationalSlides.ppt). The [official NCV page](http://research.nokia.com/page/221) is full of broken links, that seems too amateur for Nokia. – karlphillip Apr 05 '12 at 12:59
  • Thanks. Going to have a peak at it. But I am already feeling its not worth a lot of time :) –  Apr 05 '12 at 13:10
  • Indeed, NVC is in v1.0 only. I think you might be better playing with opencv-symbian. – karlphillip Apr 05 '12 at 13:14
  • That is what I am exactly going to do. –  Apr 05 '12 at 13:17