Ask Your Question

sanchayan's profile - activity

2013-09-30 06:35:45 -0600 asked a question Compiling OpenCV with vfp support in open embedded

Hi,

I have compiled OpenCV 2.4.2 with bitbake recipe in Open Embedded. I would like to know what option to specify in the bitbake file to compile OpenCV with vector floating point support.

Would using the -DUSE_VFPV3=ON in the EXTRA_OECMAKE line in the bitbake recipe get it done as mentioned here http://docs.opencv.org/doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.html?

After the compilation, is there a way to check if the libraries were compiled with floating point support?