Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

All modern code in OpenCV library is written on C++, but there are light-weight wrappers for C and Python. So these languages are very similar from optimization point of view. So you should special optimization techniques for getting fast code. Try to use SSE instructions, add parallel code, ...