I woke up to this video at 3 AM having fallen asleep while watching other unrelated videos. I’m watching it. Great instructional video. Wasn’t part of my no-plan but I’m glad I found it.
@Pettyjp Жыл бұрын
Same but 6am 😂
@IAmBigS Жыл бұрын
Omfg same fr 😂😂
@fakestjepan333 Жыл бұрын
i just woke up to this masterpiece and im hooked
@Berked2Hard Жыл бұрын
Dude Metoo LMAO I just woke up to this so confused
@JoseGarcia-fj9qb Жыл бұрын
I woke up some how I fell asleep watching a motorcycle video and woke up half way through this💀
@MetalComment8 ай бұрын
First time using OpenCV on C++ I've been using it with Python and I really needed a tutorial on how to do it with C++ Your tutorial is freaking great! Thank you so much and you definitely received a new subscriber & like on the video!
@murtazasworkshop8 ай бұрын
Great to hear!
@Laikka300014 күн бұрын
1:14:25 1:14:25
@HustinoCND2 жыл бұрын
Ive been learning C++ for 7 years now, and this is the first time I saw anyone use "Exclude from project". All I did was comment, and it reached to thousands of lines of codes lol The tutorial is on point, informative and tackles everything I'll wish I know RE: OpenCV
@amazlin8271 Жыл бұрын
In which field you are using C++.?
@tilerderden7787 ай бұрын
Учусь на первом курсе Самарского университета, вот захотел выучить фреймворк, почти все без проблем получилось, с чем-то буду лучше знакомиться. Очень интересно и понятно, спасибо автору. P. S. я хочу, чтобы русские комментарии тоже были здесь
@tango-rp1rk2 жыл бұрын
You are great. First time I see something very easy that many companies make it very complicated and they sell you expensive software that they cannot do it ....!!!
@BTXSISTEMAS3 жыл бұрын
The best opencv tutorial i found on web !!! Congrats man !! Great job.
@thiagosoares50522 жыл бұрын
bro, I'm from Brazil and I'm thanking you immensely for this content, from your channel, despite not speaking fluent English, I didn't find any content like yours in Brazil....
@teezhenquan58553 жыл бұрын
Hi, can you do more projects on opencv with c++. For example, like basic people counting system
@leannviolet7 ай бұрын
Every time I need to set up windows for openCV - this video is literally the only one I find useful, I come back to it every time
@sayantansinharay91613 жыл бұрын
I would be very pleased if you make more videos in C++. CP guys need it. :). Please make more videos on C++.
@ericthered29633 жыл бұрын
*I need to learn OpenCV for my bachelorthesis/-project* Me: "Sweet! There is a channel with perfect videos for my needs in python!" My Prof: "You need to learn OpenCV with C++" Me: "NOOOOoooooo!"
@StyleClubDetailing2 жыл бұрын
Hello! Thank you so much for lesson's course of OpenCV! Very, very interesting and informative course, which helped me a lot! Thank you very much! Keep it up!
@gareven9 ай бұрын
I have been looking for a good OpenCV in C++ explanation video all over the youtube, and this is the best one I have found so far!!! thank you!
@Protoman00 Жыл бұрын
Thank you so much for this video! This video helped me finish my senior project and graduate!
@nkheart43 жыл бұрын
when you try to separate square and rectangle at the chapter7 about 2:13:01 you will notice the big blue rectangle at the bottom it's not a square this is how to fix it when width is larger than height you should (height/width) to find the aspect ratio but when height is larger than width you should (width/height) instead
@MethodiusOgolkov6 ай бұрын
Thank you very much for the clear lesson on this topic) I am a schoolboy from Russia and my English skills are not very good, but I understand what you are talking about! Thank you for such simple and detailed explanations!
@MichaelDuarte3 жыл бұрын
My heart broke when I saw Vectors and Matrixes passed by value and not by reference. I'd love it if the author explained the effect of each parameter in the functions it used, at least once at the beginning of the video, instead of "play with them to match your needs" Still great content. Thanks.
@pretzelboi643 жыл бұрын
Yeah, that's just straight up bad C++. Big data structures should always be passed by const reference if read-only.
@jesuschrist15013 жыл бұрын
video isn't about optimization, its to start off on the basics for those who are interested in opencv.
@MichaelDuarte3 жыл бұрын
@@jesuschrist1501 This is just feedback for the creator, bringing it up in a nice way to a creator that has so many viewers can be helpful for following videos. It was just a matter of adding a single `&` to the parameters.
@pretzelboi643 жыл бұрын
@@jesuschrist1501 There's no point learning OpenCV if you're not willing to learn proper C++. The entire reason OpenCV was built with C++ is that computer vision is performance-critical.
@ZizuZiomek3 жыл бұрын
@@pretzelboi64 It is shallow copy only, so it is pretty cheap operation (incrementing one counter, and copy small object)
@ayu_rdjroot6 ай бұрын
wow! sooooooooo-- thank for your course! It is really really give me some help for my learning! I will recommend your course on my technical blog in China so that more people can see it!
@visitor_t-w3p10 ай бұрын
One of the hidden gems in internet..Thank you a lot.. :)
@tinglongos5 ай бұрын
Thumbs up done to you ,old friend, @ Manny Argo TV.
@BiprojitDey-fr1po3 жыл бұрын
Really a highly rated work, sir.
@tezz-io3 жыл бұрын
for Xcode, target -> hardened runtime -> resources -> camera for the camera to work in your app
@emilechevrier38233 жыл бұрын
I try different pay tutorial on different website, you cover like the weak point of their tutorial like a clear way to install, and a basic explication of what they are coding.
@byrondeacon51223 жыл бұрын
sorry to be off topic but does anyone know of a way to get back into an instagram account?? I was dumb forgot my login password. I would appreciate any assistance you can offer me
@Smurdy14 ай бұрын
2:07:00 if you have many different types of shapes, it's much more efficient to use "switch (objCor)" than to use a ton of if statements
@brigidaustari85783 жыл бұрын
Once absorbed by the viewers I would say u r a good transmitter & a good teacher.
I'm grateful that I have studied Computer Vision and Image processing subject in Post graduation. Now this video is very relatable, as I know the theory behind filters & other processing techniques.
@yusufbingul4673 жыл бұрын
I keep coming back to this video whenever I forget something about opencv. Such a good video. Thanks Mr.Murtaza
@DungVu-di7dz Жыл бұрын
great video, bro keep making videos about opencv and ML in C++
@glitchgatsby42902 жыл бұрын
Binge-watching this like it's a new season of some show I like on Netflix.
@DaDooM882 жыл бұрын
Got some questions: 1) I know that you intention was just to introduce us to some functions and not create a perfectly logical program, nevertheless may I ask: if you blur with size (3,3) and then dialate with a 5x5 rectangle, dont you basically lose information? 2) did you maybe want to blur the gray-image instead of the unprocessed image (around 34:40)? Would that yield better results for edge detection?
@DaDooM882 жыл бұрын
ah you corrected your mistake at 1:41:15
@DaDooM882 жыл бұрын
And for everyone, its better practice just to include #include , as this will evaluate what modules were actually built.
@abhinavverma88753 жыл бұрын
this channel is so underrated
@PradeepKumar-eb8ll3 жыл бұрын
जूजू ऊऊ G G uuo
@AkashKumar00813 жыл бұрын
Very helpful..thanks a lot. Although I have one doubt that whether reorder method in document scanner project will work for all rectangle or not.
@hardikrajpal24103 жыл бұрын
I love the video. I had been searching for a tutorial explaining how to setup MSVS and working with external libraries in general. I can't thank you enough.
@murtazasworkshop3 жыл бұрын
Glad it was helpful!
@badassopenpolling Жыл бұрын
Kindly create a vedio on - How to detect any shape which is made up of connecting by dots. I mage should be taken in low light mode.
@mauropn3 жыл бұрын
Man, you're rocks! Thank You for your course !!! I've learned so much!!! Thank You!
@_just_for_fun_44723 жыл бұрын
i just got what i wanted bro thank you so much...and plz upload some more about c++ projects we all need this.....
@truongngo6746 Жыл бұрын
Thanks so much for clear tutorials!
@linjiangwu19072 жыл бұрын
Very nice video! Can you explain a little bit of how to remove the white space around from an image with Opencv in C++, neeed to crop it automatically with detecting the white space. Thanks
@ShubhamKumar-wq2er3 жыл бұрын
Sir I am not able to run the sample code What to do I did everything as directed
@iliarad44162 жыл бұрын
hello , thank you for this amazing course , at the end of second project you said you will give us the sample video , but i cant find it anywhere , can you please give me a link for it?
@kshitijmagare52483 жыл бұрын
In project 2 (document scanner)show error: vector subscript out of rang help
@sredhavinod15993 жыл бұрын
Hi This video really helped me get a basic idea for my project!! I had a doubt! I have to use ESP32 Cam module as the camera input for object detection. Is there any way I could do it? Please advice!!! Thank youu
@MyUsernameIsTaken2 жыл бұрын
Wow, when was the last time I hit like on a video? Well done with this! Everything was so interesting
@qzorn44403 жыл бұрын
this should be great supplement with the raspberry pi py-image-search instructions learning both a windows or linux os knowledge platform... thanks a lot...:)
@levithelevvite3 жыл бұрын
Hhhhih
@nilutpolkashyap3 жыл бұрын
One of the best resource for learning OpenCV in C++. Thanks a lot. ❤️❤️
@deej.9.yearsago2 жыл бұрын
opencv_world454d.dll was not found, what is the solution to this? I have added all directories as shown.
@shr3y4sh2 жыл бұрын
same here
@AnuragKN-u6j7 ай бұрын
solved with this? can you help me also.
@microjobswebsite19583 жыл бұрын
I will definitely share this with my friends. The video is great. Cool clip. I liked everything. Very interesting video.
@nsikanikpoh8594 Жыл бұрын
Amazing course. I learnt a lot and I'm going to build up from here. Murtaza You are soo good. Thanks
@paulkhoo18043 ай бұрын
Hi, I couldn't add the libraries into the file as I couldn't locate the following (usr/local/Cellar/opencv) as it seems to not exist on my Mac. Can someone assist please? Thanks!
@dominiquebijnens97182 жыл бұрын
Very good tutorial; one of the best. Nice intro, informative projects clearly explained and last but not least, a clear and understandable voice.
@anhhung-rd6is3 ай бұрын
Thank you for your useful video. Admin can you make a video to train face recognition data? Use c++. Thanks Admin
@barakobama23523 жыл бұрын
this content is so high quality i can't believe only 800k viewes
@nkheart43 жыл бұрын
i agree too
@edwardphantom3 жыл бұрын
now with more than 1kk or 1M
@djHardToFindPriv Жыл бұрын
1,9 million now!
@thekoreyway9272 Жыл бұрын
2 million views
@ВладОся-з7ь Жыл бұрын
it's an amazing video , i cant believe that i found this lesson. Thanks a lot .
@thinkeez4907 Жыл бұрын
very nice educative video, I love your videos because you make everyone undersand very easily.
@murtazasworkshop Жыл бұрын
So nice of you
@imranwahid98713 жыл бұрын
Thanks for providing such quality content free of cost.
@gvozd473 жыл бұрын
Sidenote, when trying to compile Chapter1.cpp, make sure you've deleted Test.cpp,
thanks, I had that issue and couldnt find any solution unless your comment !
@kalpeshbhalerao94033 жыл бұрын
Good Afternoon Sir, I have completed this video... And was exaclty as per expectations... Full of knowledge. Sir now if I want to create a GUI application for this program.. So can you make a tutorial series for OpenCV C++ GUI Application?
@danielbekker85442 жыл бұрын
Awesome Course will be buying the drone course soon
@jonathanwhite10043 жыл бұрын
These tutorials are amazing! Thank you so much for make it free! Great job!
@elenaalvarezacosta14433 жыл бұрын
Ddddd
@elenaalvarezacosta14433 жыл бұрын
Dddd
@elenaalvarezacosta14433 жыл бұрын
Dddd
@elenaalvarezacosta14433 жыл бұрын
Dd
@elenaalvarezacosta14433 жыл бұрын
Dddddddddd
@tictacchannel90874 жыл бұрын
I'm from Vietnam, and I admire you very much
@jarwie1779 ай бұрын
Is it possible give a signal out for a recognized Objekt and a signal also out if it wasn't recognized like good/bad read?
@金成玟3 жыл бұрын
Thanks for this amazing video! Can I have a question that at 13:50, I can't see the "Products" file... so I can't proceed the step7 20:13 Do you know why? or Is there any other solution that we can have camera acess?
@ammadjamil13 жыл бұрын
same thing, no proudct
@juneshgautam86552 жыл бұрын
same here....
@danielghenghea71042 жыл бұрын
Try placing the info file in the folder where your .xcode file (for your current project) is contained. This might not work the first time, but after giving access to the camera it should.
@ahmadalhamza53413 жыл бұрын
for the second project(DOC scanner), I have a problem with using the camera the program breaks out, because vector subscript out of range, do u know how I can fix this problem
@dustinclark56203 жыл бұрын
This was an amazing free course. Thank you so much!
@leafypuffy5085 Жыл бұрын
i fell asleep to this apparently, i dont know you but you seem like a pretty cool guy, keep up the work! ❤
@tendayint4132 жыл бұрын
Hi, Great work! Have you taken the chapters away from the video? Its really difficult to navigate now, have to keep scrolling down to the timestamps and cant gauge where information is during each segment :-(
@zohaibjan2 жыл бұрын
Thank you Murtaza amazing content. Could you please make tutorial series for ML with C++ specially tensorflow in C++ that be awesome as I cannot seem to find a single resource out there that use C++ instead of python
@amazlin8271 Жыл бұрын
In which field you are using C++?
@BugandaLwazi-p8p5 ай бұрын
Best tuitorials ,thank you bro.😊
@pl450b3 жыл бұрын
This is amazing!! And your website is phenomenal!
@murtazasworkshop3 жыл бұрын
Thank you
@sangsokea3 жыл бұрын
thanks so much for making this tutorial. you should deserve millions sub soon
@matthieu93032 жыл бұрын
Really nice tutorial, great work. I m just wondering why the refreshing is not working properly with my track-bars. I need to hold ESC button to make it works like you in your video.. Any idea? :)
@matthieu93032 жыл бұрын
Ok, I didn't see that you actually change the value inside waitKey function! With "1" as value it works perfectly :D
@TheGg64224 жыл бұрын
In chapter 4 drawing shapes, once you have 3 shapes, is there a command to keep them grouped together so you could move them all together?
@DarwinColby10 ай бұрын
Thank you for this content
@sbsyr55552 жыл бұрын
Excellent video on Image processing...Thank you
@mevkok3 жыл бұрын
Ok, which is better in OpenCV case ? Or rather which is faster... ? C/C++ or Python
@Brian-zj4mm3 жыл бұрын
I mean, C/C++ is lower level right? Correct me if I'm wrong, but that should mean it's faster
@mevkok Жыл бұрын
@@Brian-zj4mm Yeah dumb question sorry... C++ is way faster than python...
@rubenraygosa6883 жыл бұрын
the best open cv tutorial that I ever seem,thanks
@S--xc4rv2 жыл бұрын
Really Amazing project and explaination !! Sir , can i make it in vs code with mingw ( i have linux mint)
@actionkey80424 жыл бұрын
Murtaza's Workshop - Robotics and AI - Awesome !!!
@danielalchazov62062 жыл бұрын
Thank you so much it helped very interesting why it happened to me because I never had this problem
@soutrikpal34663 жыл бұрын
Can you please tell me what was the video that you used as example...is its available on your channel?
@joaolino24093 жыл бұрын
Bro! it's Amazing You slove my problem! Thanks!!!
@nabhanlea1673 жыл бұрын
Cool!!! Its work ! Problem is sloved Thanks!
@viniciusalvesresende25963 жыл бұрын
Perfect ! Everyithing works Problem is sloved Thank you!!
@francgodgaud3 жыл бұрын
This tutorial is amazing and you are really good at teaching !! great job sir !
@akshayjaryal89303 жыл бұрын
Easy and informative OpenCV content.....Thank you..... Happy Coding🙏
@flioink3 жыл бұрын
What's the C++ analog to interrupt the while loop with a keystroke? In Python I used "if cv.waitKey(1) & 0xFF == ord("q"): break" Tried using "kbhit()" but it didn't work.
@renk00012 жыл бұрын
Is it able to make an image compressor software with opencv? Is it suitable for it?
@vadimkozub34003 жыл бұрын
It's the most usefull tutorial I've seen ever. thanks! but why the LicPlates were exactly Russian?)
@SanjayMaharjan-dg8ir9 ай бұрын
Thankyou for this wonderful video. Can I know from where did you learn all these?
@hakanmagnusson90783 жыл бұрын
WOW Everyithing works You made my day
@alexon2010 Жыл бұрын
Parece ser um curso bem legal eu sou desenvolvedor Javascript, quero muito aprender C++ Para eletronica Arduino, ESP 32 .... se tive uma forrma de fazer a dublagem por IA, para português seria muito legal assim só precisariamos se concetrar na explicação se barreiras do idioma, mes com a leganda é muito ruim
@nanjiang1177 Жыл бұрын
so where is the added code for the last part of project 2,the document scanner for camera(video)?looking forward to the reply
@hardikrajpal24103 жыл бұрын
Sidenote, when trying to compile Chapter1.cpp, make sure you've deleted Test.cpp, having two main function files in the same folder will lead to a bunch of ugly error messages.
@aligohar17083 жыл бұрын
He could rather use static keyword.
@hardikrajpal24103 жыл бұрын
@@aligohar1708 Can you please elaborate? I am very new to VS.
@aligohar17083 жыл бұрын
@@hardikrajpal2410 when you create a function and with the same name in another file linker causes error, well if the number of parameters is different there would be no issues but if they are same you can use static static int(anytype) main () By this act you are telling the linker," this function is only limited to this file it cannot be used in other file."
@hardikrajpal24103 жыл бұрын
@@aligohar1708 Oh, so we just write: static int main(){ //do stuff ? }
@aligohar17083 жыл бұрын
@@hardikrajpal2410 yes
@jordipascualgranado71542 жыл бұрын
Thank you very much for such an interesting and clear explanation in this video.
@lorisloris72773 жыл бұрын
the best video. Tanks . Do you have something done in vb.net visual basic No C ++?
@WalkAloneLive Жыл бұрын
I enjoy that very much. Thanks
@anhtudo70713 жыл бұрын
Really love your channel! Thank u so much!
@AshokKumar-fl3uu3 жыл бұрын
Can you make a tutorial on using Mediapipe in C++ ?
when i download the opencv then my laptop give warning -Microsoft Defender SmartScreen prevented an unrecognised app from starting. Running this app might put your PC at risk.
@SphereofTime4 ай бұрын
@@manke0129 what will be good option? can you recommend me? python has Jupyter lab, However c++ doesn't..
@MuhammadAbdullah-cj6nx3 жыл бұрын
Contemplating how you can make such a marvelous course for free 🤔. Incredible 🎉