C++ OpenCV Setup for Visual Studio 2019

C++ OpenCV Setup for Visual Studio 2019

CasualGamer

3 года назад

30,027 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@elizavetalazareva4719
@elizavetalazareva4719 - 24.04.2023 18:08

Thank you very much! You really helped me.

Ответить
@mnjrupp
@mnjrupp - 03.02.2023 06:48

When building with the cmake files in Visual Studio you have to choose the INSTALL from the Make file help after building both the debug and release libraries when you choose ALL from the make file command. If you don't the dll and or lib files will not be gathered together from the various module folders into the "Install" folder.

Ответить
@allcontentcontent840
@allcontentcontent840 - 28.10.2022 12:51

Sir .. I am getting the error .. while building the OpenCV using cmake with extra modules

Ответить
@joyride6062
@joyride6062 - 13.06.2022 09:16

Why is c++ such a piece of shit pain in the ass how the hell are you supposed to know how to do this takes foreevr just to use some library and it doesnt work anyway half the time when you can do this in 10s using python in 1 line for all versions

Ответить
@ksiazebaznow7038
@ksiazebaznow7038 - 27.04.2022 02:04

Works fine, thanks.
One tip for others (tested on myself):
If visual studio tells you "[...] system did not find "Opencv_World4554.dll [...]"" -- in my case worked reopening Visual Studio

Ответить
@hassaanshah9819
@hassaanshah9819 - 22.03.2022 00:38

One of the best clearly explained Installation step for using OpenCV and Visual Studio 2019

Ответить
@J4D3_UwU
@J4D3_UwU - 01.03.2022 07:20

100% recommend watching in x0.25 speed so you can see what is being pressed

Ответить
@maxcharge4911
@maxcharge4911 - 24.12.2021 05:48

Hello can u help me how to open old project

Ответить
@tedmosby9409
@tedmosby9409 - 26.10.2021 21:54

grate tut Just chill on the coffie you are going way to fast on the video not speaking just like 1 or 2 frames you should pause on the inclued paths in settings

Ответить
@SimpleY_
@SimpleY_ - 24.10.2021 14:41

After building the OpenCV project there was no 'install' folder. Can you help?

Ответить
@westywest59
@westywest59 - 24.10.2021 05:31

It was cool till your political comment at the end.

Ответить
@idAlaid
@idAlaid - 14.10.2021 14:19

help me please
After compiling the code, as shown in the video, it gives an error "Cannot continue executing the code because the system did not find "Opencv_World4554.dll""

Ответить
@BdyPhrk
@BdyPhrk - 09.09.2021 19:14

Yooo whats that theme?

Ответить
@shashwatpandey3556
@shashwatpandey3556 - 28.06.2021 14:46

How's Your Cat gamer...
oh and perfect tutorial...

Ответить
@fghho
@fghho - 07.06.2021 19:46

THANK YOU

Ответить
@mohamedaboraya4780
@mohamedaboraya4780 - 04.06.2021 15:21

did I need to add PATH to the environment variables when doing the second option if yes what it should be?
thanks :)

Ответить
@Talking2Wall
@Talking2Wall - 29.04.2021 10:49

So clear that it won't work for me :(

Ответить
@user-fm8dm9be6q
@user-fm8dm9be6q - 28.04.2021 21:22

PROBLEM SOLVING(maybe it can help you):
1) Not installing libs: When building the solution in Visual Studio, go to the 'CMakeTargets' Folder and hover over 'INSTALL', right-click and BUILD.
2) LNK2019 when you want to start your project: Add to Debug->"name of your project" Debug properties->Linker->Input and add to Additional Dependencies all the *d.lib files

Ответить
@rexcars9408
@rexcars9408 - 09.04.2021 21:02

Is anyone else having trouble getting the image to display? imread is not able to find the image in my case. Where should the image be saved?

Ответить
@philipschneider7840
@philipschneider7840 - 26.03.2021 18:06

I’m exactly following your steps but for some reason after building the solution I don’t get the install dictionary in the build folder to provide the dependency path in Visual Studio.

Irgend eine Idee woran dass liegen könnte?

Ответить
@Pyrohawk
@Pyrohawk - 19.03.2021 09:41

Thanks for uploading!

If I may offer some constructive feedback; I would have loved if the processes of adding the path file/libraries in project settings were explained a bit, rather than just quickly shown, since that was a major point of confusion for me in the install.

Still, the instructions worked well and this video is magnitudes better than the rest of the 10 minute and 1 second videos filled with junk to get ad revenue. Thanks!

Ответить
@abdalrahmanal-harasis6805
@abdalrahmanal-harasis6805 - 02.03.2021 22:43

thank you so much but please slow down next time. I slowed the video for 0.25X and i almost got it right.
you so freaking fast that I feel I move in slow motion dude. :\

Ответить
@requestfx5585
@requestfx5585 - 06.02.2021 20:02

Thank god. nice video needed that

Ответить
@vidalon3231
@vidalon3231 - 03.02.2021 04:34

Thanks so much for the video!
Quick question: Do I have to include the CV directory and library each time I want to start a new project ?

Ответить
@Ange1Monty
@Ange1Monty - 16.12.2020 06:36

Do I have to do the same for every project that I created?

Ответить
@SilentBruce110687
@SilentBruce110687 - 13.12.2020 16:18

Just what I was looking for, thanks!

Ответить
@brandonbailey4491
@brandonbailey4491 - 02.12.2020 04:24

Why do you have to add packages to PATH? why cant opencv4 be installed as a package at the project level? i hate this

Ответить
@jamesj2869
@jamesj2869 - 29.11.2020 19:48

Thanks, btw, by cmake, does it still need dll files? (Or is it static)

Ответить
@rauzy9956
@rauzy9956 - 07.11.2020 12:52

loved the video. I has been struggling to install and run anything with openCV but this video was able to help me finally install it. I also love hearing your accent

Ответить
@szymonszaaga8383
@szymonszaaga8383 - 15.10.2020 19:12

I Had heard that rust is simmilar to c++ can I do everything that you are making in c++ using rust?

Ответить
@terreriabe2529
@terreriabe2529 - 14.10.2020 18:24

Bro can you tell me how to get Player object from main class in C++ Terraria im confused, there is an array

Ответить
@smartphonecodes1
@smartphonecodes1 - 11.10.2020 19:07

hello there ,
i want to ask that how you search for them find new things and many more , i am also intrested in there and want to learn everything that we can do using c , c++ , also i want to ask some doubts about my learnings

I want to learn from you how can i contact you

Ответить
@alexjvarghese2601
@alexjvarghese2601 - 07.10.2020 18:49

its showing the error output path not set for the project. need help cant move forward with this error

Ответить
@alexjvarghese2601
@alexjvarghese2601 - 05.10.2020 19:27

i cant add the opencvworld440 file

Ответить
@fy9090
@fy9090 - 04.10.2020 02:12

Dont be like Trump and stay safe at home 🤣🤣

Ответить
@catursura9168
@catursura9168 - 03.10.2020 15:17

i will wait for the next videos
thanks very much

Ответить
@TukeTheShark
@TukeTheShark - 03.10.2020 13:52

try making aim bot if you haven't done it

Ответить
@supersnake4215
@supersnake4215 - 03.10.2020 13:33

Nice video

Ответить
@LiamAnjewierden
@LiamAnjewierden - 03.10.2020 13:17

Oh, this was uploaded a couple of minutes ago... I thought "how does this have so little views?" haha

Ответить
@LiamAnjewierden
@LiamAnjewierden - 03.10.2020 13:16

Don't mind me, just dropping a comment for the YT algorithm

Ответить