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.
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!
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
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 ....!!!
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....
Учусь на первом курсе Самарского университета, вот захотел выучить фреймворк, почти все без проблем получилось, с чем-то буду лучше знакомиться. Очень интересно и понятно, спасибо автору. P. S. я хочу, чтобы русские комментарии тоже были здесь
*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!"
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!
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!
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.
@@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.
@@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.
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
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.
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!
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.
While watching this great video, a small child passed on the street with the mobile in one hand and what looked to be a Facetime session. As to the topic in this video, it would be the ultimate understatement that this child was abstracted from the technology, the trillions of transistors and the massive amount of effort designing that device 😄
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.
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
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...:)
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?
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
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?
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
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.
Same but 6am 😂
Omfg same fr 😂😂
i just woke up to this masterpiece and im hooked
Dude Metoo LMAO I just woke up to this so confused
I woke up some how I fell asleep watching a motorcycle video and woke up half way through this💀
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!
Great to hear!
1:14:25 1:14:25
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
In which field you are using C++.?
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
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 ....!!!
The best opencv tutorial i found on web !!! Congrats man !! Great job.
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....
Учусь на первом курсе Самарского университета, вот захотел выучить фреймворк, почти все без проблем получилось, с чем-то буду лучше знакомиться. Очень интересно и понятно, спасибо автору.
P. S. я хочу, чтобы русские комментарии тоже были здесь
Thank you so much for this video! This video helped me finish my senior project and graduate!
I would be very pleased if you make more videos in C++. CP guys need it. :). Please make more videos on C++.
*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!"
One of the hidden gems in internet..Thank you a lot.. :)
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!
Thumbs up done to you ,old friend, @ Manny Argo TV.
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!
Binge-watching this like it's a new season of some show I like on Netflix.
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.
Yeah, that's just straight up bad C++. Big data structures should always be passed by const reference if read-only.
video isn't about optimization, its to start off on the basics for those who are interested in opencv.
@@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.
@@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.
@@pretzelboi64 It is shallow copy only, so it is pretty cheap operation (incrementing one counter, and copy small object)
Really a highly rated work, sir.
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
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.
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!
I keep coming back to this video whenever I forget something about opencv. Such a good video. Thanks Mr.Murtaza
Hi, can you do more projects on opencv with c++. For example, like basic people counting system
Once absorbed by the viewers I would say u r a good transmitter & a good teacher.
(www.stuvia.com/doc/985696/top-strategies-techniques-hacks-and-tricks-for-ielts-exam
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!
great video, bro keep making videos about opencv and ML in C++
this channel is so underrated
जूजू ऊऊ
G G uuo
Man, you're rocks! Thank You for your course !!! I've learned so much!!!
Thank You!
i just got what i wanted bro thank you so much...and plz upload some more about c++ projects we all need this.....
Một sản phẩm chất lượng!!! Chúc mừng toàn thể ekip nhé!!!
I'm from Vietnam, and I admire you very much
Murtaza's Workshop - Robotics and AI
- Awesome !!!
it's an amazing video , i cant believe that i found this lesson. Thanks a lot .
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.
Glad it was helpful!
While watching this great video, a small child passed on the street with the mobile in one hand and what looked to be a Facetime session. As to the topic in this video, it would be the ultimate understatement that this child was abstracted from the technology, the trillions of transistors and the massive amount of effort designing that device 😄
Thanks for providing such quality content free of cost.
for Xcode, target -> hardened runtime -> resources -> camera
for the camera to work in your app
Thanks so much for clear tutorials!
very nice educative video, I love your videos because you make everyone undersand very easily.
So nice of you
Wow, when was the last time I hit like on a video? Well done with this! Everything was so interesting
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
Awesome Course will be buying the drone course soon
I will definitely share this with my friends. The video is great. Cool clip. I liked everything. Very interesting video.
Thank you for this
content
One of the best resource for learning OpenCV in C++. Thanks a lot. ❤️❤️
Easy and informative OpenCV content.....Thank you..... Happy Coding🙏
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.
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
i fell asleep to this apparently, i dont know you but you seem like a pretty cool guy, keep up the work! ❤
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...:)
Hhhhih
Excellent video on Image processing...Thank you
Bro! it's Amazing You slove my problem! Thanks!!!
Amazing course. I learnt a lot and I'm going to build up from here. Murtaza You are soo good. Thanks
This was an amazing free course. Thank you so much!
Perfect ! Everyithing works Problem is sloved Thank you!!
Best tuitorials ,thank you bro.😊
These tutorials are amazing! Thank you so much for make it free! Great job!
Ddddd
Dddd
Dddd
Dd
Dddddddddd
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?
This is amazing!! And your website is phenomenal!
Thank you
this content is so high quality i can't believe only 800k viewes
i agree too
now with more than 1kk or 1M
1,9 million now!
2 million views
Very good tutorial; one of the best. Nice intro, informative projects clearly explained and last but not least, a clear and understandable voice.
starting 3 minutes taught me more than my 2 monthes of college so far
maybe you should want to learn, not expect your college to put knowledge in your brain
thank you murtaza!
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 !
thanks so much for making this tutorial. you should deserve millions sub soon
Cool!!! Its work ! Problem is sloved Thanks!
This tutorial is amazing and you are really good at teaching !! great job sir !
Contemplating how you can make such a marvelous course for free 🤔. Incredible 🎉
the best open cv tutorial that I ever seem,thanks
Wow! it's Amazing I did it well ! Perfect work !
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.
Thank you very much for such an interesting and clear explanation in this video.
WOW Everyithing works You made my day
Thank you so much it helped very interesting why it happened to me because I never had this problem
cant expect an better explanation like this....Thanks.
Glad you liked it!
Yes.
@@murtazasworkshop Can I have any tutorials for the GUI of Color based counting in C++?
Any other except Qt......
Cool clip. The video is great. I will definitely share this with my friends. I liked everything. Very interesting video.
Awesome, thank you!
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
I enjoy that very much. Thanks
thanku for c++ version
It's the most usefull tutorial I've seen ever. thanks!
but why the LicPlates were exactly Russian?)
Cool!!! i got it You made my day Thank you!!
great great great, thanks thanks thanks. You are the best.
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.
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?
ah you corrected your mistake at 1:41:15
And for everyone, its better practice just to include #include , as this will evaluate what modules were actually built.
This is amazing video with great works very well
Thank you so much for this tutorial! It was easy to follow, and the projects were fun to do.
AMAZING ! Its work ! You made my day Thanks!
I was just waiting for it🤩🤩🤩thx sir
Great tutorial.Thank you so much!!
Thanks so much! That was awesome
Great teaching and presentation .
Самое лучшее видео. которое я видел в жизни! ЭВЕР!
I've been searching for this tutorial. Thank you sir
Thankyou for this wonderful video. Can I know from where did you learn all these?
Thank you for your useful video. Admin can you make a video to train face recognition data? Use c++. Thanks Admin
Cool!!! Its work ! You made my day
You are the boss bro!!! Thank you a lot!
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
In which field you are using C++?
the extension is superb
In project 2 (document scanner)show error: vector subscript out of rang help
Very helpful Thank You!
excellent course!