├── LICENSE ├── Older Releases ├── opencv-3.1.0-armhf.deb └── opencv3.1_armhf.deb ├── README.md ├── latest-OpenCV.deb └── lazy_install.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jabelone/OpenCV-for-Pi/HEAD/LICENSE -------------------------------------------------------------------------------- /Older Releases/opencv-3.1.0-armhf.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jabelone/OpenCV-for-Pi/HEAD/Older Releases/opencv-3.1.0-armhf.deb -------------------------------------------------------------------------------- /Older Releases/opencv3.1_armhf.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jabelone/OpenCV-for-Pi/HEAD/Older Releases/opencv3.1_armhf.deb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jabelone/OpenCV-for-Pi/HEAD/README.md -------------------------------------------------------------------------------- /latest-OpenCV.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jabelone/OpenCV-for-Pi/HEAD/latest-OpenCV.deb -------------------------------------------------------------------------------- /lazy_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jabelone/OpenCV-for-Pi/HEAD/lazy_install.sh --------------------------------------------------------------------------------