Skip to content

Commit

Permalink
Merge pull request #262 from ghimiredhikura/patch-1
Browse files Browse the repository at this point in the history
Enable neon for pi arm
  • Loading branch information
spmallick committed Mar 20, 2019
2 parents f69ee8f + 7200516 commit 45c46b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InstallScripts/installOpenCV-4-raspberry-pi.sh
Expand Up @@ -140,6 +140,8 @@ cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D INSTALL_C_EXAMPLES=ON \
-D INSTALL_PYTHON_EXAMPLES=ON \
-D WITH_TBB=ON \
-D ENABLE_NEON=ON \
-D ENABLE_VFPV3=ON \
-D WITH_V4L=ON \
-D OPENCV_PYTHON3_INSTALL_PATH=$cwd/OpenCV-$cvVersion-py3/lib/python3.5/site-packages \
-D WITH_QT=ON \
Expand Down

0 comments on commit 45c46b4

Please sign in to comment.