This repository contains completed laboratory works on the discipline: "Machine vision".
The code with the first laboratory work located in src/core/cv.h
and src/core/cv.cpp
.
YouTube showcase:
Laboratory work | Link |
---|---|
1. Color object detection | https://youtu.be/g2nTBMgWjxk |
Directories:
Directory | Description |
---|---|
cmake/ |
CMake specific files |
lib/ |
Some project dependencies |
src/ |
Project source code |
Files:
File | Description |
---|---|
src/core/cv |
OpenCV labs |
src/core/compiler_version |
A simple function to determine the compiler name and version |
src/core/gui |
Graphical user interface |
src/core/lyssa |
Application |
src/core/variables |
Some variables |