OpenCV Contrib on iMX6

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

OpenCV Contrib on iMX6

ソリューションへジャンプ
1,403件の閲覧回数
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)
1 解決策
1,023件の閲覧回数
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,023件の閲覧回数
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,024件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------