Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 1.5 KB

README.md

File metadata and controls

52 lines (47 loc) · 1.5 KB

Raspberry Pi Computer Vision Training

These are the exercise files used for Raspberry Pi Computer Vision Training course.

The course outline can be found in

https://www.tertiarycourses.com.sg/raspberry-pi-computer-vision-training.html

Module 1 Getting Started ….

  • What is Computer Vision
  • Raspberry Pi Computer Vision Packages
  • Picamera Package
  • Installing SimpleCV Package
  • Installing OpenCV Package

Module 2 Pi Camera Basics

  • Setup Pi Camera
  • Capturing Image with Pi Camera
  • Recording Video with Pi Camera
  • Picamera Settings
  • Add Text to Image
  • Visual, AWB and Exposure Effects
  • Export to Numpy

Module 3 SimpleCV Basics

  • Capture Image with Webcam
  • Read and Show Image
  • Image Processing
  • Image Arithmetic
  • Features Extraction
  • Chroma Key
  • RGB Histogram
  • Add Text 
  • Draw Graphics

Module 4 OpenCV Basics

  • Capture Image with Webcam
  • Read and Show Image
  • Draw Graphics
  • Image Arithmetics
  • Image Processing
  • Color Space Conversion
  • Low Pass Filters
  • High Pass Filters
  • Feature Extraction