Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 174 Bytes

OpenCV.org

File metadata and controls

executable file
·
12 lines (9 loc) · 174 Bytes

OpenCV Record

Steps

  • download source
  • unzip
  • cd opencv directory
  • mkdir -p build && cd build
  • cmake ../
  • make -j8 or cmake –build
  • sudo make install