Close

44 Results for "OpenCV"

  • Installation OpenCV

  • 1.update raspbian and Increase the swap-size sudo apt-get update && sudo apt-get upgrade && sudo rpi-update sudo nano /etc/dphys-swapfile #CONF_SWAPSIZE=100 CONF_SWAPSIZE=2048 2.Install tools and libraries for openCV sudo apt-get install build-essential...
  • Building OpenCV from source for Raspberry Pi

  • 1. Downloading pre-built OpenCV4 wget https://github.com/sol-prog/raspberry-pi-opencv/releases/download/opencv4rpi2.1/opencv-4.1.0-armhf.tar.bz2 2.  Extract the archive tar xvf opencv-4.1.0-armhf.tar.bz2 3. Move the extracted archive to the /opt...
  • Building an OpenCV Project In C++

  • 1. Install CMake on the Raspberry Pi sudo apt-get -y install cmake 2. Save the following under CMakeLists.txt (within the same directory as the project) cmake_minimum_required(VERSION 2.8) project( Project ) find_package( OpenCV REQUIRED ) include_directories(...
  • Meteor Hunter

  • Once you have everything hooked up make sure you have python 2.7 installed and OpenCV (here).
  • Create an Eclipse Project and add OpenAL

  • Follow the first part of this handy tutorial to create an Eclipse project with OpenCV:https://software.intel.com/en-us/articles/using-librealsense-and-opencv-to-stream-rgb-and-depth-dataThen follow these instructions to add in OpenAL: https://askubuntu.com/questions/736251/how-do-i-link-the-openal-library-to-eclipse-in-ubuntu...