Install OpenCV C++ on Windows ** Without Microsoft Visual Studio **

preview_player
Показать описание
Installation of OpenCV 4.5.0 on Windows without using Microsoft Visual Studio.

---------------------------------------------------------------------------------------------------------------------------

Download links:

---------------------------------------------------------------------------------------------------------------------------

Build syntax:
**************
The number at the end of the DLL files has to match the OpenCV version:
OpenCV 𝟒.𝟓.𝟎 ---- libopencv_core𝟒𝟓𝟎
**************

---------------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Great job, without your video I wouldn't be able to run Opencv on C++ without Visual Studio

funyssnight
Автор

hey thanks for your video, its works for latest version opencv

harisrafiq
Автор

First of all, thank you, this is the best and easiest to follow tutorial on opencv. I have been able to compile some test projects without problems.

I have some doubts:

- The first time, I tried these steps with the latest version of opencv, 4.8.1, this didn't work. In the mingw32-make step, around 35%, it threw an error and stopped. I tried 4.8.0, 4.7.0, with the same results.

- Finally, with the same version you use in the video this step, mingw32-make, ended up with a 100% error but I was able to install it, and, it is working.

So far it's working fine but I'm worried that it might fail at any moment.

I'm on W10, with MinGW 12.2.0, CMake 3.27.7, opencv 4.5.0

Thanks again

yuz_
Автор

Thanks bro!!! This video is really useful, I'm in a computer vision course and I had not been able to install it properly.

joel.garcia
Автор

thank you for the video! but i want to ask question: what is cmake for?

andsoeeeee
Автор

When I try to compile with the line in description it says that it couldnt find any of the -llib can you help please

prenomnom
Автор

I've been having a problem while running the mingw32-make line in the terminal. At some point it just stops building and throws a bunch of paths I don't understand.

urielgcoo
Автор

Im getting some weird errors at the mingw32-make step someting about some mutex thing. 😢
Ive been trying to install this for 2 weeks nearly

lopataspartabzg