Yocto and OpenCV 3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto and OpenCV 3

4,659 Views
yoramshacham
Contributor III

Hi all,

Is there an integration for OpenCV 3 in Yocto ?

Thanks

Labels (3)
4 Replies

1,457 Views
josephzhou1
Contributor V

ok new L5.10.52 all have lah or u put this :

 

IMAGE_INSTALL_append += “ opencv opencv-samples”

thanks

 

b.r.

Best Regards,
Joseph Zhou Jianhui / Senior Embedded Software Engineer, Singapore
0 Kudos

1,995 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello yoramshacham,

You will find the following packaged which you can add with IMAGE_INSTALL_APPEND on the local.conf file. Alternatively you can bake them separatedly.

However, these are for OpenCV 2.4 on the L4.1.15 BSP.

You can find OpenCV 3.1 on the krogoth branch of the Community BSP.

opencv - for building opencv

opencv-samples for building the samples.

Regards,

1,995 Views
yoramshacham
Contributor III

Hello gusarambula,

Thanks for the prompt reply.
I already have OpenCV 2.4 running on both my iMX6UL and iMX6DL.

I see some performance issues in objdetect (same as I saw on Ubuntu desktop before moving to OpenCV 3).

Being new to this, can you please elaborate how I find it there, download, etc.

Thanks :-)

1,995 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello yoramshacham,

If you wish to test OpenCV 3.1 then definitely try using the krogoth branch of the Community BSP.

If you are new to Yocto check the following training:

https://community.nxp.com/docs/DOC-94035

Only use git below instead:

repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b krogoth

You would need to add the OpenCV packages, which can be done by adding the following lines to your local.conf file (you will see this a bit more explained on the training)

IMAGE_INSTALL_append += “ opencv opencv-samples”

I hope this helps!

Regards,