Город МОСКОВСКИЙ
00:04:47

Install opencv in Visual Studio 2017 windows 10

Аватар
Rhapsodies of Revelation
Просмотры:
0
Дата загрузки:
09.10.2024 18:42
Длительность:
00:04:47
Категория:
Обучение

Описание

This is simplest and easiest way to configure opencv in visual studio 2017.
Steps described in video also available here... basically for copy/paste ;)

1. Download OpenCV latest release (Last updated: 2018-04-27)
-- Extract to the “C Drive” in “opencv” folder
2. Download and install Visual Studio 2017 with C++
3. Open "System" by pressing win+x and goto "System Info" to add environment variable.
-- This will help accessing opencv dll at runtime. (Add to PATH)
-- C:\opencv\build\bin
--pen visual studio, create console app and goto "Property" setting
-- VC++ :: C:\opencv\build\include
-- Linker::General: C:\opencv\build\x64\vc14\lib
-- Linker::Input: opencv_world341.lib, opencv_world341d.lib
5. Create a sample program to test it (I have "test.jpg" in opencv folder)
Write your own program


Happy programming :)

Рекомендуемые видео