This gist demonstrates how to setup a python project that process a numpy array from C language.
To compile the project, run
make all
To test it, run
make test
This gist demonstrates how to setup a python project that process a numpy array from C language.
To compile the project, run
make all
To test it, run
make test
| install_opencv: | |
| sudo dnf install --best --allowerasing \ | |
| cmake python-devel numpy gcc gcc-c++ \ | |
| python3-devel python3-numpy \ | |
| gtk2-devel libdc1394-devel libv4l-devel ffmpeg-devel \ | |
| gstreamer-plugins-base-devel libpng-devel libjpeg-turbo-devel \ | |
| jasper-devel openexr-devel libtiff-devel libwebp-devel \ | |
| tbb-devel eigen3-devel python-sphinx texlive git | |
| if [ ! -d opencv/ ]; then \ |