OpenCV Contrib on iMX6

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

OpenCV Contrib on iMX6

Jump to solution
1,294 Views
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?

Labels (3)
1 Solution
914 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
914 Views
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 Kudos
915 Views
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!
-----------------------------------------------------------------------------------------------------------------------