├── dummy_file.py ├── demo ├── demo.mp4 └── thumb.gif ├── docs └── thesis_preview.pdf └── README.md /dummy_file.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo/demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammeChef/tablet-analyzer/HEAD/demo/demo.mp4 -------------------------------------------------------------------------------- /demo/thumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammeChef/tablet-analyzer/HEAD/demo/thumb.gif -------------------------------------------------------------------------------- /docs/thesis_preview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammeChef/tablet-analyzer/HEAD/docs/thesis_preview.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tablets Analyser – Computer Vision system for tablet analysis 2 | 3 | ⚠️ **WARNING! This repository contains just a preview of the actual project, for reasons of confidentiality of the source code.** 4 | 5 |

6 | 7 |

8 | 9 | Computer Vision system for real-time recognition, tracking, counting and chromatic analysis of tablets in random free fall on an automatic industrial machine. Project for my Master's degree thesis in "Computer Vision and Image Processing" at University of Bologna, designed and developed during a one-year internship at IMA Group. 10 | --------------------------------------------------------------------------------