https://github.com/eduherminio/academic_computervision
OpenCV (C++) wrapper library and basic Computer Vision programs, developed for academic purposes
https://github.com/eduherminio/academic_computervision
computer-vision opencv
Last synced: about 2 months ago
JSON representation
OpenCV (C++) wrapper library and basic Computer Vision programs, developed for academic purposes
- Host: GitHub
- URL: https://github.com/eduherminio/academic_computervision
- Owner: eduherminio
- License: mit
- Created: 2017-02-14T20:05:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T15:28:13.000Z (about 9 years ago)
- Last Synced: 2025-07-21T06:50:17.492Z (12 months ago)
- Topics: computer-vision, opencv
- Language: C++
- Homepage:
- Size: 5.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Academic_ComputerVision
OpenCV (C++) wrapper library and basic Computer Vision programs.
Code developed for academic purposes in 2017.
# Instructions
1. There is a XX_filedata.txt in /code/filedata for each .cpp main file. Choose the one you want to use, move it to /code and rename it to **filedata.txt**. You can edit there the name and location of the pictures you want to be loaded (sample ones are placed in /Pictures)
2. In /code, run **./compile.sh** to compile and run the file selected in filedata.txt.
Tested in Ubuntu 14.04 with OpenCV 3.2.0.
## Disclaimer
This repo will (at least initially) host a number of pictures, so it can turn out to be heavier than one might expect.