Skip to content

Image Processing Bot competition - Technical Symposium - Engineer 2016 at NITK

Notifications You must be signed in to change notification settings

akarsh-prabhakara/Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automata

Image Processing Bot competition - Technical Symposium - Engineer 2016 at NITK

The objective of the competition was to drive a bot from one square to another, in the way in which knight pieces moves on the chess board, on a large scale chess board in the shortest way possible using only overhead camera feed.

knightturns

This is the code to be put on the Arduino which drives the bot. The code basically receives moves to execute over Bluetooth and commands the motors of the bot to work accordingly.

processing

This is the code which is run on a computer with Bluetooth capability. The pipeline includes - extractig image from video feed, filtering, color segmentation, running Breadth First Search algorithm and sending bits to Arduino to perform a certain move.

open;

This command will start running the entire pipeline. The pipeline will take a static image and do the processing. One can configure the pipeline to take feed from webcam too.

Contributors

Akarsh Prabhakara
Narendra Shivaraman

About

Image Processing Bot competition - Technical Symposium - Engineer 2016 at NITK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages