LEARN OPENCV C++ in 4 HOURS | Including 3x Projects | Computer Vision

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 772

  • @stuartgreen5631
    @stuartgreen5631 Рік тому +118

    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
      @Pettyjp Рік тому +12

      Same but 6am 😂

    • @IAmBigS
      @IAmBigS Рік тому +8

      Omfg same fr 😂😂

    • @fakestjepan333
      @fakestjepan333 Рік тому +5

      i just woke up to this masterpiece and im hooked

    • @Berked2Hard
      @Berked2Hard Рік тому +3

      Dude Metoo LMAO I just woke up to this so confused

    • @JoseGarcia-fj9qb
      @JoseGarcia-fj9qb Рік тому +1

      I woke up some how I fell asleep watching a motorcycle video and woke up half way through this💀

  • @MetalComment
    @MetalComment 8 місяців тому +10

    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!

  • @HustinoCND
    @HustinoCND 2 роки тому +15

    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
      @amazlin8271 Рік тому

      In which field you are using C++.?

  • @leannviolet
    @leannviolet 7 місяців тому

    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

  • @tango-rp1rk
    @tango-rp1rk 2 роки тому +1

    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 ....!!!

  • @BTXSISTEMAS
    @BTXSISTEMAS 3 роки тому +7

    The best opencv tutorial i found on web !!! Congrats man !! Great job.

  • @thiagosoares5052
    @thiagosoares5052 2 роки тому +1

    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....

  • @tilerderden778
    @tilerderden778 7 місяців тому +1

    Учусь на первом курсе Самарского университета, вот захотел выучить фреймворк, почти все без проблем получилось, с чем-то буду лучше знакомиться. Очень интересно и понятно, спасибо автору.
    P. S. я хочу, чтобы русские комментарии тоже были здесь

  • @Protoman00
    @Protoman00 Рік тому +1

    Thank you so much for this video! This video helped me finish my senior project and graduate!

  • @sayantansinharay9161
    @sayantansinharay9161 3 роки тому +4

    I would be very pleased if you make more videos in C++. CP guys need it. :). Please make more videos on C++.

    • @ericthered2963
      @ericthered2963 3 роки тому +1

      *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!"

  • @visitor_t-w3p
    @visitor_t-w3p 10 місяців тому +1

    One of the hidden gems in internet..Thank you a lot.. :)

  • @MethodiusOgolkov
    @MethodiusOgolkov 6 місяців тому

    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!

  • @tinglongos
    @tinglongos 5 місяців тому

    Thumbs up done to you ,old friend, @ Manny Argo TV.

  • @StyleClubDetailing
    @StyleClubDetailing 2 роки тому +7

    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!

  • @glitchgatsby4290
    @glitchgatsby4290 2 роки тому +1

    Binge-watching this like it's a new season of some show I like on Netflix.

  • @MichaelDuarte
    @MichaelDuarte 3 роки тому +9

    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.

    • @pretzelboi64
      @pretzelboi64 3 роки тому +1

      Yeah, that's just straight up bad C++. Big data structures should always be passed by const reference if read-only.

    • @jesuschrist1501
      @jesuschrist1501 3 роки тому

      video isn't about optimization, its to start off on the basics for those who are interested in opencv.

    • @MichaelDuarte
      @MichaelDuarte 3 роки тому +1

      @@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.

    • @pretzelboi64
      @pretzelboi64 3 роки тому +1

      @@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.

    • @ZizuZiomek
      @ZizuZiomek 3 роки тому +3

      @@pretzelboi64 It is shallow copy only, so it is pretty cheap operation (incrementing one counter, and copy small object)

  • @BiprojitDey-fr1po
    @BiprojitDey-fr1po 3 роки тому +9

    Really a highly rated work, sir.

  • @nkheart4
    @nkheart4 3 роки тому +8

    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

  • @balveersingh3051
    @balveersingh3051 Рік тому +1

    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.

  • @ayu_rdjroot
    @ayu_rdjroot 6 місяців тому

    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!

  • @yusufbingul467
    @yusufbingul467 3 роки тому +1

    I keep coming back to this video whenever I forget something about opencv. Such a good video. Thanks Mr.Murtaza

  • @teezhenquan5855
    @teezhenquan5855 3 роки тому +14

    Hi, can you do more projects on opencv with c++. For example, like basic people counting system

  • @brigidaustari8578
    @brigidaustari8578 3 роки тому

    Once absorbed by the viewers I would say u r a good transmitter & a good teacher.

    • @ridamuhseen9870
      @ridamuhseen9870 3 роки тому

      (www.stuvia.com/doc/985696/top-strategies-techniques-hacks-and-tricks-for-ielts-exam

  • @gareven
    @gareven 9 місяців тому +4

    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!

  • @DungVu-di7dz
    @DungVu-di7dz Рік тому +2

    great video, bro keep making videos about opencv and ML in C++

  • @abhinavverma8875
    @abhinavverma8875 3 роки тому +6

    this channel is so underrated

  • @mauropn
    @mauropn 3 роки тому +10

    Man, you're rocks! Thank You for your course !!! I've learned so much!!!
    Thank You!

  • @_just_for_fun_4472
    @_just_for_fun_4472 3 роки тому +3

    i just got what i wanted bro thank you so much...and plz upload some more about c++ projects we all need this.....

  • @riverariddle3105
    @riverariddle3105 3 роки тому

    Một sản phẩm chất lượng!!! Chúc mừng toàn thể ekip nhé!!!

  • @tictacchannel9087
    @tictacchannel9087 3 роки тому +1

    I'm from Vietnam, and I admire you very much

  • @actionkey8042
    @actionkey8042 3 роки тому

    Murtaza's Workshop - Robotics and AI
    - Awesome !!!

  • @ВладОся-з7ь
    @ВладОся-з7ь Рік тому

    it's an amazing video , i cant believe that i found this lesson. Thanks a lot .

  • @hardikrajpal2410
    @hardikrajpal2410 3 роки тому +3

    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.

  • @toreer66
    @toreer66 10 місяців тому

    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 😄

  • @imranwahid9871
    @imranwahid9871 3 роки тому +2

    Thanks for providing such quality content free of cost.

  • @tezz-io
    @tezz-io 3 роки тому

    for Xcode, target -> hardened runtime -> resources -> camera
    for the camera to work in your app

  • @truongngo6746
    @truongngo6746 Рік тому +1

    Thanks so much for clear tutorials!

  • @thinkeez4907
    @thinkeez4907 Рік тому

    very nice educative video, I love your videos because you make everyone undersand very easily.

  • @MyUsernameIsTaken
    @MyUsernameIsTaken 2 роки тому

    Wow, when was the last time I hit like on a video? Well done with this! Everything was so interesting

  • @Smurdy1
    @Smurdy1 4 місяці тому +1

    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

  • @danielbekker8544
    @danielbekker8544 2 роки тому

    Awesome Course will be buying the drone course soon

  • @microjobswebsite1958
    @microjobswebsite1958 3 роки тому +9

    I will definitely share this with my friends. The video is great. Cool clip. I liked everything. Very interesting video.

  • @DarwinColby
    @DarwinColby 10 місяців тому +1

    Thank you for this
    content

  • @nilutpolkashyap
    @nilutpolkashyap 3 роки тому +3

    One of the best resource for learning OpenCV in C++. Thanks a lot. ❤️❤️

  • @akshayjaryal8930
    @akshayjaryal8930 3 роки тому

    Easy and informative OpenCV content.....Thank you..... Happy Coding🙏

  • @emilechevrier3823
    @emilechevrier3823 3 роки тому +10

    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.

    • @byrondeacon5122
      @byrondeacon5122 3 роки тому

      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

  • @leafypuffy5085
    @leafypuffy5085 Рік тому

    i fell asleep to this apparently, i dont know you but you seem like a pretty cool guy, keep up the work! ❤

  • @qzorn4440
    @qzorn4440 3 роки тому +2

    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...:)

  • @sbsyr5555
    @sbsyr5555 2 роки тому

    Excellent video on Image processing...Thank you

  • @joaolino2409
    @joaolino2409 3 роки тому

    Bro! it's Amazing You slove my problem! Thanks!!!

  • @nsikanikpoh8594
    @nsikanikpoh8594 Рік тому

    Amazing course. I learnt a lot and I'm going to build up from here. Murtaza You are soo good. Thanks

  • @dustinclark5620
    @dustinclark5620 3 роки тому +22

    This was an amazing free course. Thank you so much!

  • @viniciusalvesresende2596
    @viniciusalvesresende2596 3 роки тому

    Perfect ! Everyithing works Problem is sloved Thank you!!

  • @BugandaLwazi-p8p
    @BugandaLwazi-p8p 5 місяців тому

    Best tuitorials ,thank you bro.😊

  • @jonathanwhite1004
    @jonathanwhite1004 3 роки тому +8

    These tutorials are amazing! Thank you so much for make it free! Great job!

  • @kalpeshbhalerao9403
    @kalpeshbhalerao9403 3 роки тому

    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?

  • @pl450b
    @pl450b 3 роки тому

    This is amazing!! And your website is phenomenal!

  • @barakobama2352
    @barakobama2352 3 роки тому +33

    this content is so high quality i can't believe only 800k viewes

  • @dominiquebijnens9718
    @dominiquebijnens9718 2 роки тому +6

    Very good tutorial; one of the best. Nice intro, informative projects clearly explained and last but not least, a clear and understandable voice.

  • @mihirsavla3233
    @mihirsavla3233 3 роки тому

    starting 3 minutes taught me more than my 2 monthes of college so far

    • @rickstead8189
      @rickstead8189 3 роки тому +1

      maybe you should want to learn, not expect your college to put knowledge in your brain

  • @mohammadrezamirzaei-y2w
    @mohammadrezamirzaei-y2w 19 днів тому

    thank you murtaza!

  • @gvozd47
    @gvozd47 3 роки тому +4

    Sidenote, when trying to compile Chapter1.cpp, make sure you've deleted Test.cpp,

    • @tomobile103
      @tomobile103 3 роки тому

      ຊບຍງຍຊຖບໄບຖບຳບບໂບໂຊຟບຟບບບຍງບໂຍໄບບໂບຟຍຍໂຍບບບໂບຟໂງຟໂບຝຍບຍຍບບຊບຂຊຝບຂຊງຊຊຊຊງຊຄຍຍຍບຊບຍຍບຍງຍຍບຍບຍບຊງຍຍຊໄຊຊຊໄບໂໄຍຍຍຍໄຍຖຟບບງຝງໂຊຊງບຍຍງຍງງໂບຖໂຍຍຍບຫບຊຍບຍບຍບບຍຍໄຍຍ

    • @kennys480
      @kennys480 3 роки тому

      thanks, I had that issue and couldnt find any solution unless your comment !

  • @sangsokea
    @sangsokea 3 роки тому

    thanks so much for making this tutorial. you should deserve millions sub soon

  • @nabhanlea167
    @nabhanlea167 3 роки тому

    Cool!!! Its work ! Problem is sloved Thanks!

  • @francgodgaud
    @francgodgaud 3 роки тому +10

    This tutorial is amazing and you are really good at teaching !! great job sir !

  • @MuhammadAbdullah-cj6nx
    @MuhammadAbdullah-cj6nx 3 роки тому +1

    Contemplating how you can make such a marvelous course for free 🤔. Incredible 🎉

  • @rubenraygosa688
    @rubenraygosa688 3 роки тому +2

    the best open cv tutorial that I ever seem,thanks

  • @DarKmasengeR
    @DarKmasengeR 3 роки тому

    Wow! it's Amazing I did it well ! Perfect work !

  • @AkashKumar0081
    @AkashKumar0081 3 роки тому

    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.

  • @jordipascualgranado7154
    @jordipascualgranado7154 2 роки тому

    Thank you very much for such an interesting and clear explanation in this video.

  • @hakanmagnusson9078
    @hakanmagnusson9078 3 роки тому +1

    WOW Everyithing works You made my day

  • @danielalchazov6206
    @danielalchazov6206 2 роки тому

    Thank you so much it helped very interesting why it happened to me because I never had this problem

  • @kalpeshbhalerao9403
    @kalpeshbhalerao9403 3 роки тому

    cant expect an better explanation like this....Thanks.

  • @microjobswebsite1958
    @microjobswebsite1958 3 роки тому +1

    Cool clip. The video is great. I will definitely share this with my friends. I liked everything. Very interesting video.

  • @linjiangwu1907
    @linjiangwu1907 2 роки тому

    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

  • @WalkAloneLive
    @WalkAloneLive Рік тому

    I enjoy that very much. Thanks

  • @shubhammokashi8263
    @shubhammokashi8263 3 роки тому +2

    thanku for c++ version

  • @vadimkozub3400
    @vadimkozub3400 3 роки тому +1

    It's the most usefull tutorial I've seen ever. thanks!
    but why the LicPlates were exactly Russian?)

  • @flaviaines7180
    @flaviaines7180 3 роки тому

    Cool!!! i got it You made my day Thank you!!

  • @juniorlucival
    @juniorlucival 2 роки тому

    great great great, thanks thanks thanks. You are the best.

  • @badassopenpolling
    @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.

  • @DaDooM88
    @DaDooM88 2 роки тому

    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?

    • @DaDooM88
      @DaDooM88 2 роки тому

      ah you corrected your mistake at 1:41:15

    • @DaDooM88
      @DaDooM88 2 роки тому

      And for everyone, its better practice just to include #include , as this will evaluate what modules were actually built.

  • @cesargamer_yt5179
    @cesargamer_yt5179 11 місяців тому

    This is amazing video with great works very well

  • @Kat-zx2je
    @Kat-zx2je 2 роки тому +10

    Thank you so much for this tutorial! It was easy to follow, and the projects were fun to do.

  • @engelmelendez5650
    @engelmelendez5650 3 роки тому

    AMAZING ! Its work ! You made my day Thanks!

  • @jeffkirchoff14
    @jeffkirchoff14 3 роки тому +2

    I was just waiting for it🤩🤩🤩thx sir

  • @johnniewalkerjohnniewalker2459
    @johnniewalkerjohnniewalker2459 2 роки тому

    Great tutorial.Thank you so much!!

  • @wondersandsecrets5996
    @wondersandsecrets5996 2 роки тому

    Thanks so much! That was awesome

  • @omar7amdi
    @omar7amdi 3 роки тому

    Great teaching and presentation .

  • @allaboutdevices2453
    @allaboutdevices2453 3 роки тому

    Самое лучшее видео. которое я видел в жизни! ЭВЕР!

  • @vincentw_
    @vincentw_ 3 роки тому +2

    I've been searching for this tutorial. Thank you sir

  • @SanjayMaharjan-dg8ir
    @SanjayMaharjan-dg8ir 9 місяців тому

    Thankyou for this wonderful video. Can I know from where did you learn all these?

  • @anhhung-rd6is
    @anhhung-rd6is 3 місяці тому

    Thank you for your useful video. Admin can you make a video to train face recognition data? Use c++. Thanks Admin

  • @gigachad3955
    @gigachad3955 3 роки тому

    Cool!!! Its work ! You made my day

  • @johnnyseclen9936
    @johnnyseclen9936 3 роки тому

    You are the boss bro!!! Thank you a lot!

  • @zohaibjan
    @zohaibjan 2 роки тому +2

    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
      @amazlin8271 Рік тому

      In which field you are using C++?

  • @sludayageek7690
    @sludayageek7690 3 роки тому

    the extension is superb

  • @kshitijmagare5248
    @kshitijmagare5248 3 роки тому +5

    In project 2 (document scanner)show error: vector subscript out of rang help

  • @TheDownRider
    @TheDownRider Рік тому

    Very helpful Thank You!

  • @jamgplus334
    @jamgplus334 2 роки тому

    excellent course!