OpenCV Contrib on iMX6

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

OpenCV Contrib on iMX6

跳至解决方案
1,406 次查看
ciaranbannon
Contributor II

I've built Linux for an i.MX6 SABRE as per the "i.MX Yocto Project User's Guide". It includes opencv but there is a "contrib" folder not present which I would like to use as it is in an old application which I am trying to cross-compile for the SABRE. Is there a way to add this to the Yocto build?

标签 (3)
标记 (4)
1 解答
1,026 次查看
CarlosCasillas
NXP Employee
NXP Employee

Hi,

The folder “contrib” depends of the OpenCV version. You could take a look at the following links for additional details:

https://docs.opencv.org/trunk/d7/d9f/tutorial_linux_install.html

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


Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
1,026 次查看
ciaranbannon
Contributor II

Thanks for that info Carlos.

The functions from contrib are located in different libraries in the later versions of OpenCV, so the solution was to amend the include paths to where these functions are now located.

0 项奖励
1,027 次查看
CarlosCasillas
NXP Employee
NXP Employee

Hi,

The folder “contrib” depends of the OpenCV version. You could take a look at the following links for additional details:

https://docs.opencv.org/trunk/d7/d9f/tutorial_linux_install.html

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


Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------