An open API service indexing awesome lists of open source software.

https://github.com/vbhavank/challenge_question1_dice_vasu

Dice&dots detection using Opencv and c++
https://github.com/vbhavank/challenge_question1_dice_vasu

c-plus-plus computer-vision machine-learning machine-vision opencv2

Last synced: 3 days ago
JSON representation

Dice&dots detection using Opencv and c++

Awesome Lists containing this project

README

          

# Detecting dots in dice using opencv and c++

Author: Bhavan Vasu
Graduate Research Assistant,
Real-time and computer vision lab,
Rochester Institute of Technology,New York-14623
bxv7657@rit.edu

This repository contains the code to detect the number of dots on a dice using opencv2 and c++
Requirements
1) Opencv2
2) g++ compiler

Tested on 6 images provided,and was able to achieve 100% accuracy

To run the pips detection algorithm
in you command window :

$ g++ -o test_1 dice.cpp `'pkg-config opencv --cflags --libs'`

`$./test_1`