Posts

Showing posts from March, 2021

Real Time Object Tracking using Simulink and Raspberry Pi

Image
Hello Friends,  In this project we will design algorithm for real time tracking of red colored objects using image processing techniques and implement the design on Raspberry pi hardware.  Real time Object tracking has a number of applications like tracking trespassers, counting products on assembly line, Robotics applications etc.   Here we built a simulink model for our application and deploy the model on the raspberry pi hardware.  Simulink model takes live input from camera and provides output to the pan-tilt arrangement in the form of GPIO signals to move the pan-tilt in the horizontal plane The system has been divided into four parts for the convenience of the reader Part I - Download Matlab and Simulink hardware package for Raspberry Pi Part II - Perform System setup and configuration of the hardware package for our Raspberry Pi hardware Part III - Design Simulink model for colour based Real time object tracking. Part IV - Build and deploy the system onto Raspberry Pi Lets get