https://github.com/sacristan/arcv_totalitarian_filter
https://github.com/sacristan/arcv_totalitarian_filter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sacristan/arcv_totalitarian_filter
- Owner: Sacristan
- Created: 2019-02-27T10:32:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T17:40:04.000Z (about 5 years ago)
- Last Synced: 2025-02-13T20:53:09.934Z (4 months ago)
- Language: C++
- Size: 1.44 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[opencv-download]: https://opencv.org/releases.html
[opencv-version-badge]: https://img.shields.io/badge/OpenCV%20Version-4.0.1-green.svg[![Github Release][opencv-version-badge]][opencv-download]
# SETUP
## 1. Download OpenCV and extract it somewhere## 2. Locate Edit Env Variables
**Run** Win+R => `rundll32 sysdm.cpl,EditEnvironmentVariables` or Simply locate it in Windows Settings## 3. Create Windows Environment System variable:
**Key**: `OPENCV_DIR`**Value**: Directory to extracted opencv build dir, example `C:\opencv_41\opencv\build`
## 4. Append OpenCV bin path to PATH (User Variable)
Example `C:\opencv\build\x64\vc14\bin`