Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to latest OpenCV release, add build support for Python 3 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

burningion
Copy link

Hello!

Thanks for your script! I've added Python 3 support and bumped the OpenCV version to the latest release for the TX1. I've run this locally, and tested installation in both the Python 2 and 3 environment. All seems to work well!

Not sure about the added libgtk-3-dev, libatlas-base-dev, and gfortran additions, but another post said these were required.

Thanks!

@benelgiac
Copy link

Hi,

I have just used the script as a basis to compile OpenCV 3.4, with support for python3 bindings and, most importantly, including also the opencv-contrib repository, which I needed for tracking. It all works well using:

  • opencv master 9deaddc
  • opencv_contrib master 0ef1196

and adding the simple define

-DOPENCV_EXTRA_MODULES_PATH=$HOME/opencv_contrib/modules

assuming that "$HOME/opencv_contrib" is the folder where you have cloned that repository.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants