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++
- Host: GitHub
- URL: https://github.com/vbhavank/challenge_question1_dice_vasu
- Owner: vbhavank
- Created: 2018-01-14T05:49:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T15:44:28.000Z (over 7 years ago)
- Last Synced: 2025-01-15T12:10:05.387Z (9 months ago)
- Topics: c-plus-plus, computer-vision, machine-learning, machine-vision, opencv2
- Language: C++
- Homepage:
- Size: 3.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.eduThis repository contains the code to detect the number of dots on a dice using opencv2 and c++
Requirements
1) Opencv2
2) g++ compilerTested 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`