OpenCV performance in different languages

Posted by h0b0 on Stack Overflow See other posts from Stack Overflow or by h0b0
Published on 2010-03-12T12:54:08Z Indexed on 2010/03/12 12:57 UTC
Read the original article Hit count: 232

Filed under:
|
|
|
|

I'm doing some prototyping with OpenCV for a hobby project involving processing of real time camera data. I wonder if it is worth the effort to reimplement this in C or C++ when I have it all figured out or if no significant performance boost can be expected. The program basically chains OpenCV functions, so the main part of the work should be done in native code anyway.

© Stack Overflow or respective owner

Related posts about python

Related posts about c