OpenCV coding

Which programming language is preferable for opencv coding, C++/Python?

Hi @hemasree

There is no general answer for this question. Since this depends on your requirements? In general python is simpler and easier to port to different platforms but it is also slower. C++ is much faster, but you need to cross compile your code for different platforms.

Please also have a look here.

Thanks and best regards,
Jaski

Thank you for reply. We need to process a video scrolling a text over that through Colibri IMX6Q arm processor. Can you suggest us with an idea?

You are welcome.

You can have a look here.