OpenCV

Chinmay Duvedi
Dear all,
I want to port some image processing code written using OpenCV on my
mini2440.
Can anyone suggest a good tutorial to help me out?
I read somewhere that OpenCV requires many floating point operations.
Will i face any problems due to that?

Thanks in advance

Chinmay

Vladimir Fonov
Hello,


> I want to port some image processing code written using OpenCV on my
mini2440.

On compiling OpenCV read here: http://www.friendlyarm.net/forum/topic/306 


>I read somewhere that OpenCV requires many floating point operations.
>Will i face any problems due to that?

It is just very slow on this cpu.

Chinmay Duvedi
Thanks a lot
I will try it out