Jump to content

OpenCV: Difference between revisions

184 bytes added ,  11 May 2020
Line 31: Line 31:
# sudo apt install -y tesseract-ocr* liblept5 leptonica-progs libleptonica-dev
# sudo apt install -y tesseract-ocr* liblept5 leptonica-progs libleptonica-dev
</syntaxhighlight>
</syntaxhighlight>
* Setup a build environment
* Setup a build environment.
** Note that whatever version of qt you use to build, you will also need in the environment you install the wheel in. Ideally, build it in the same environment you want to use it in.
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
conda create -n opencvbuild python=3.7
conda create -n opencvbuild python=3.7