Create an OpenCV 4 Project in Visual Studio [C++]

preview_player
Показать описание
In this tutorial we take a look at how to use the OpenCV files we built in the previous video to create an OpenCV C++ project in Visual Studio.

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

You have ABSOLUTELY no idea how much you have helped me here. I may have just passed my course because of your wonderful setup video. PLEASE don't stop making more videos, your channel and you are LOVELY.

aparna
Автор

Bro! You saved my job!!! I can't be more grateful to you. I used to do all this in Python, but my boss told me to use C++. Thanks a lot.

RaviPrakash-dzfm
Автор

What a wonderful tutorial! Very detailed and every intermediate step perfectly explained. I spent min. 10 hours with other bad inconsistent tutorials and almost despaired. I am so incredibly grateful to you!!!

robertt.
Автор

For anyone reading this, save yourself some time in configuring the additional dependencies and use the command "dir /B *d.lib > debugLib.txt"

Great video! It's been so long since I've messed with C++ that I forgot how to setup the libraries for a project.

Amonomen
Автор

That is a pure gold info. I remember couple of years ago doing this on my own for at least couple of painful days.
Thanks Captain!

lukasijus
Автор

Wow. I never knew the ALT+SHIFT+I trick. You learn something new every day.

OutLan
Автор

I've just set-up project with OpenCV 4.52 so your tutorial is still actual. Thanks a lot!

BartoszKomar
Автор

You're a life saver, thank you for the initial build and installation video and this setup video, these videos were so helpful.

RogerCh
Автор

thank you. you fixed my depression and brain bleed from trying to figure this out.

taktail
Автор

I just want to say that i love you, thanks for the help, openCV and visual studio were getting me crazy

MauFeitioO
Автор

THANK YOU SO MUCH FOR THIS TUTORIAL!!! <3

lostree
Автор

Really such a nice and clear explanation which saved my time and created interest in learning OpenCV. Thanks a lot

santoshkumarjami
Автор

Thank you. Your video saved me a lot of trouble.

garybey
Автор

Great video! Tip: Use powershell instead to get libraries
Get all d.lib: Get-ChildItem "C:\yourpath" -Name -Filter *d.lib
Get all non d.lib: Get-ChildItem "C:\yourpath" -Name -Exclude *d.lib

MegaCplayer
Автор

Awesome video, made it super easy to get started with OpenCV Development. Thanks.

amitsharma
Автор

Great tutorial, opencv 4.3.0 tested and works. I had an issue with the libraries, after recompiling release and debug I was able to solve. Thanks.

karayakar
Автор

Thank you so much for the video! it was really helpful.

niloofarkp
Автор

I did exactly the steps followed and however the opencv/tracking.hpp is not working. When I try to include that libaray into my opencv source file it shows an error. I have google so much unfortunately nothing has come of it. I configured using make and have done the solution build more the 10 times now. With no progress.

Iluvbabaganush
Автор

I am having trouble making my app standalone, I get errors about not having OpenCV, etc. when on other machines. So if I wanted to make my application a standalone EXE that I could send to anyone, I would make my project inside the build folder that we created because that contains all the OpenCV files. Then I just need to build in release and it should be good?

aaaron
Автор

Thank you saviour,

Since this wasn't the first video i watched on getting opencv i have downloaded and destroyed my hard drive with probably 20 different opencv and other files that i thought i needed, anything to code in c++ i geuss. 🙃

name_nils