Skip to content

Instantly share code, notes, and snippets.

View BloodAxe's full-sized avatar
🇺🇦
Keep calm and love Ukraine

Eugene Khvedchenya BloodAxe

🇺🇦
Keep calm and love Ukraine
View GitHub Profile
# Clone fresh copy of OpenCV
git clone https://github.com/Itseez/opencv.git opencv-node
# Prepare build and install dirs
mkdir opencv-node-build
mkdir opencv-node-bin
cd opencv-node-build
# Configure OpenCV
cmake -DCMAKE_BUILD_TYPE=RELEASE \