Yocto and OpenCV 3

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Yocto and OpenCV 3

4,791 次查看
yoramshacham
Contributor III

Hi all,

Is there an integration for OpenCV 3 in Yocto ?

Thanks

标签 (3)
4 回复数

1,589 次查看
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 项奖励

2,127 次查看
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,

2,127 次查看
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 :-)

2,127 次查看
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,