Skip to content

Instantly share code, notes, and snippets.

@mlhales
mlhales / README.md
Last active September 11, 2019 23:28 — forked from willprice/README.md
Install OpenCV 4.1.0 for Raspberry Pi 3 or 4 (Raspbian Buster)

Install OpenCV 4.1.0 on Raspbian Buster

$ chmod +x *.sh
$ ./download-opencv.sh
$ ./install-deps.sh
$ ./build-opencv.sh
$ cd ~/Dev/opencv/opencv-4.1.0/build
$ sudo make install
@mlhales
mlhales / scalacOptions
Created January 11, 2015 00:00
Useful scalac options.
scalacOptions ++= Seq(
"-deprecation",
"-encoding", "UTF-8", // yes, this is 2 args
"-feature",
"-language:existentials",
"-language:higherKinds",
"-language:implicitConversions",
"-unchecked",
"-Xfatal-warnings",
"-Xlint",
@mlhales
mlhales / python.md
Last active December 19, 2015 08:19
Install Python for Windows.
@mlhales
mlhales / gist:5785725
Last active March 8, 2023 16:34
Install OpenCV with Nvidia CUDA, and Homebrew Python support on the Mac.

#OpenCV on the Mac with Nvidia CUDA and Python support using Homebrew

##Prerequisites

  • XCode
  • CUDA
  • Homebrew
    • CMake
    • GCC 4.5+
  • Python