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

  Рет қаралды 2,701,133

Murtaza's Workshop - Robotics and AI

Murtaza's Workshop - Robotics and AI

Күн бұрын

Пікірлер: 772
@stuartgreen5631
@stuartgreen5631 Жыл бұрын
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 Жыл бұрын
Same but 6am 😂
@IAmBigS
@IAmBigS Жыл бұрын
Omfg same fr 😂😂
@fakestjepan333
@fakestjepan333 Жыл бұрын
i just woke up to this masterpiece and im hooked
@Berked2Hard
@Berked2Hard Жыл бұрын
Dude Metoo LMAO I just woke up to this so confused
@JoseGarcia-fj9qb
@JoseGarcia-fj9qb Жыл бұрын
I woke up some how I fell asleep watching a motorcycle video and woke up half way through this💀
@MetalComment
@MetalComment 8 ай бұрын
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!
@murtazasworkshop
@murtazasworkshop 8 ай бұрын
Great to hear!
@Laikka3000
@Laikka3000 14 күн бұрын
1:14:25 1:14:25
@HustinoCND
@HustinoCND 2 жыл бұрын
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++.?
@tilerderden778
@tilerderden778 7 ай бұрын
Учусь на первом курсе Самарского университета, вот захотел выучить фреймворк, почти все без проблем получилось, с чем-то буду лучше знакомиться. Очень интересно и понятно, спасибо автору. P. S. я хочу, чтобы русские комментарии тоже были здесь
@tango-rp1rk
@tango-rp1rk 2 жыл бұрын
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 жыл бұрын
The best opencv tutorial i found on web !!! Congrats man !! Great job.
@thiagosoares5052
@thiagosoares5052 2 жыл бұрын
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....
@teezhenquan5855
@teezhenquan5855 3 жыл бұрын
Hi, can you do more projects on opencv with c++. For example, like basic people counting system
@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
@sayantansinharay9161
@sayantansinharay9161 3 жыл бұрын
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 жыл бұрын
*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!"
@StyleClubDetailing
@StyleClubDetailing 2 жыл бұрын
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!
@gareven
@gareven 9 ай бұрын
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
@Protoman00 Жыл бұрын
Thank you so much for this video! This video helped me finish my senior project and graduate!
@nkheart4
@nkheart4 3 жыл бұрын
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
@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!
@MichaelDuarte
@MichaelDuarte 3 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
@@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 жыл бұрын
@@pretzelboi64 It is shallow copy only, so it is pretty cheap operation (incrementing one counter, and copy small object)
@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!
@visitor_t-w3p
@visitor_t-w3p 10 ай бұрын
One of the hidden gems in internet..Thank you a lot.. :)
@tinglongos
@tinglongos 5 ай бұрын
Thumbs up done to you ,old friend, @ Manny Argo TV.
@BiprojitDey-fr1po
@BiprojitDey-fr1po 3 жыл бұрын
Really a highly rated work, sir.
@tezz-io
@tezz-io 3 жыл бұрын
for Xcode, target -> hardened runtime -> resources -> camera for the camera to work in your app
@emilechevrier3823
@emilechevrier3823 3 жыл бұрын
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
@Smurdy1
@Smurdy1 4 ай бұрын
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
@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
@balveersingh3051
@balveersingh3051 Жыл бұрын
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.
@yusufbingul467
@yusufbingul467 3 жыл бұрын
I keep coming back to this video whenever I forget something about opencv. Such a good video. Thanks Mr.Murtaza
@DungVu-di7dz
@DungVu-di7dz Жыл бұрын
great video, bro keep making videos about opencv and ML in C++
@glitchgatsby4290
@glitchgatsby4290 2 жыл бұрын
Binge-watching this like it's a new season of some show I like on Netflix.
@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.
@abhinavverma8875
@abhinavverma8875 3 жыл бұрын
this channel is so underrated
@PradeepKumar-eb8ll
@PradeepKumar-eb8ll 3 жыл бұрын
जूजू ऊऊ G G uuo
@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.
@hardikrajpal2410
@hardikrajpal2410 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.
@murtazasworkshop
@murtazasworkshop 3 жыл бұрын
Glad it was helpful!
@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.
@mauropn
@mauropn 3 жыл бұрын
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 жыл бұрын
i just got what i wanted bro thank you so much...and plz upload some more about c++ projects we all need this.....
@truongngo6746
@truongngo6746 Жыл бұрын
Thanks so much for clear tutorials!
@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
@ShubhamKumar-wq2er
@ShubhamKumar-wq2er 3 жыл бұрын
Sir I am not able to run the sample code What to do I did everything as directed
@iliarad4416
@iliarad4416 2 жыл бұрын
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?
@kshitijmagare5248
@kshitijmagare5248 3 жыл бұрын
In project 2 (document scanner)show error: vector subscript out of rang help
@sredhavinod1599
@sredhavinod1599 3 жыл бұрын
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
@MyUsernameIsTaken
@MyUsernameIsTaken 2 жыл бұрын
Wow, when was the last time I hit like on a video? Well done with this! Everything was so interesting
@qzorn4440
@qzorn4440 3 жыл бұрын
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...:)
@levithelevvite
@levithelevvite 3 жыл бұрын
Hhhhih
@nilutpolkashyap
@nilutpolkashyap 3 жыл бұрын
One of the best resource for learning OpenCV in C++. Thanks a lot. ❤️❤️
@deej.9.yearsago
@deej.9.yearsago 2 жыл бұрын
opencv_world454d.dll was not found, what is the solution to this? I have added all directories as shown.
@shr3y4sh
@shr3y4sh 2 жыл бұрын
same here
@AnuragKN-u6j
@AnuragKN-u6j 7 ай бұрын
solved with this? can you help me also.
@microjobswebsite1958
@microjobswebsite1958 3 жыл бұрын
I will definitely share this with my friends. The video is great. Cool clip. I liked everything. Very interesting video.
@nsikanikpoh8594
@nsikanikpoh8594 Жыл бұрын
Amazing course. I learnt a lot and I'm going to build up from here. Murtaza You are soo good. Thanks
@paulkhoo1804
@paulkhoo1804 3 ай бұрын
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!
@dominiquebijnens9718
@dominiquebijnens9718 2 жыл бұрын
Very good tutorial; one of the best. Nice intro, informative projects clearly explained and last but not least, a clear and understandable voice.
@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
@barakobama2352
@barakobama2352 3 жыл бұрын
this content is so high quality i can't believe only 800k viewes
@nkheart4
@nkheart4 3 жыл бұрын
i agree too
@edwardphantom
@edwardphantom 3 жыл бұрын
now with more than 1kk or 1M
@djHardToFindPriv
@djHardToFindPriv Жыл бұрын
1,9 million now!
@thekoreyway9272
@thekoreyway9272 Жыл бұрын
2 million views
@ВладОся-з7ь
@ВладОся-з7ь Жыл бұрын
it's an amazing video , i cant believe that i found this lesson. Thanks a lot .
@thinkeez4907
@thinkeez4907 Жыл бұрын
very nice educative video, I love your videos because you make everyone undersand very easily.
@murtazasworkshop
@murtazasworkshop Жыл бұрын
So nice of you
@imranwahid9871
@imranwahid9871 3 жыл бұрын
Thanks for providing such quality content free of cost.
@gvozd47
@gvozd47 3 жыл бұрын
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 !
@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?
@danielbekker8544
@danielbekker8544 2 жыл бұрын
Awesome Course will be buying the drone course soon
@jonathanwhite1004
@jonathanwhite1004 3 жыл бұрын
These tutorials are amazing! Thank you so much for make it free! Great job!
@elenaalvarezacosta1443
@elenaalvarezacosta1443 3 жыл бұрын
Ddddd
@elenaalvarezacosta1443
@elenaalvarezacosta1443 3 жыл бұрын
Dddd
@elenaalvarezacosta1443
@elenaalvarezacosta1443 3 жыл бұрын
Dddd
@elenaalvarezacosta1443
@elenaalvarezacosta1443 3 жыл бұрын
Dd
@elenaalvarezacosta1443
@elenaalvarezacosta1443 3 жыл бұрын
Dddddddddd
@tictacchannel9087
@tictacchannel9087 4 жыл бұрын
I'm from Vietnam, and I admire you very much
@jarwie177
@jarwie177 9 ай бұрын
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?
@ammadjamil1
@ammadjamil1 3 жыл бұрын
same thing, no proudct
@juneshgautam8655
@juneshgautam8655 2 жыл бұрын
same here....
@danielghenghea7104
@danielghenghea7104 2 жыл бұрын
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.
@ahmadalhamza5341
@ahmadalhamza5341 3 жыл бұрын
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
@dustinclark5620
@dustinclark5620 3 жыл бұрын
This was an amazing free course. Thank you so much!
@leafypuffy5085
@leafypuffy5085 Жыл бұрын
i fell asleep to this apparently, i dont know you but you seem like a pretty cool guy, keep up the work! ❤
@tendayint413
@tendayint413 2 жыл бұрын
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 :-(
@zohaibjan
@zohaibjan 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++?
@BugandaLwazi-p8p
@BugandaLwazi-p8p 5 ай бұрын
Best tuitorials ,thank you bro.😊
@pl450b
@pl450b 3 жыл бұрын
This is amazing!! And your website is phenomenal!
@murtazasworkshop
@murtazasworkshop 3 жыл бұрын
Thank you
@sangsokea
@sangsokea 3 жыл бұрын
thanks so much for making this tutorial. you should deserve millions sub soon
@matthieu9303
@matthieu9303 2 жыл бұрын
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? :)
@matthieu9303
@matthieu9303 2 жыл бұрын
Ok, I didn't see that you actually change the value inside waitKey function! With "1" as value it works perfectly :D
@TheGg6422
@TheGg6422 4 жыл бұрын
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?
@DarwinColby
@DarwinColby 10 ай бұрын
Thank you for this content
@sbsyr5555
@sbsyr5555 2 жыл бұрын
Excellent video on Image processing...Thank you
@mevkok
@mevkok 3 жыл бұрын
Ok, which is better in OpenCV case ? Or rather which is faster... ? C/C++ or Python
@Brian-zj4mm
@Brian-zj4mm 3 жыл бұрын
I mean, C/C++ is lower level right? Correct me if I'm wrong, but that should mean it's faster
@mevkok
@mevkok Жыл бұрын
@@Brian-zj4mm Yeah dumb question sorry... C++ is way faster than python...
@rubenraygosa688
@rubenraygosa688 3 жыл бұрын
the best open cv tutorial that I ever seem,thanks
@S--xc4rv
@S--xc4rv 2 жыл бұрын
Really Amazing project and explaination !! Sir , can i make it in vs code with mingw ( i have linux mint)
@actionkey8042
@actionkey8042 4 жыл бұрын
Murtaza's Workshop - Robotics and AI - Awesome !!!
@danielalchazov6206
@danielalchazov6206 2 жыл бұрын
Thank you so much it helped very interesting why it happened to me because I never had this problem
@soutrikpal3466
@soutrikpal3466 3 жыл бұрын
Can you please tell me what was the video that you used as example...is its available on your channel?
@joaolino2409
@joaolino2409 3 жыл бұрын
Bro! it's Amazing You slove my problem! Thanks!!!
@nabhanlea167
@nabhanlea167 3 жыл бұрын
Cool!!! Its work ! Problem is sloved Thanks!
@viniciusalvesresende2596
@viniciusalvesresende2596 3 жыл бұрын
Perfect ! Everyithing works Problem is sloved Thank you!!
@francgodgaud
@francgodgaud 3 жыл бұрын
This tutorial is amazing and you are really good at teaching !! great job sir !
@akshayjaryal8930
@akshayjaryal8930 3 жыл бұрын
Easy and informative OpenCV content.....Thank you..... Happy Coding🙏
@flioink
@flioink 3 жыл бұрын
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.
@renk0001
@renk0001 2 жыл бұрын
Is it able to make an image compressor software with opencv? Is it suitable for it?
@vadimkozub3400
@vadimkozub3400 3 жыл бұрын
It's the most usefull tutorial I've seen ever. thanks! but why the LicPlates were exactly Russian?)
@SanjayMaharjan-dg8ir
@SanjayMaharjan-dg8ir 9 ай бұрын
Thankyou for this wonderful video. Can I know from where did you learn all these?
@hakanmagnusson9078
@hakanmagnusson9078 3 жыл бұрын
WOW Everyithing works You made my day
@alexon2010
@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
@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
@hardikrajpal2410
@hardikrajpal2410 3 жыл бұрын
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.
@aligohar1708
@aligohar1708 3 жыл бұрын
He could rather use static keyword.
@hardikrajpal2410
@hardikrajpal2410 3 жыл бұрын
@@aligohar1708 Can you please elaborate? I am very new to VS.
@aligohar1708
@aligohar1708 3 жыл бұрын
@@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."
@hardikrajpal2410
@hardikrajpal2410 3 жыл бұрын
@@aligohar1708 Oh, so we just write: static int main(){ //do stuff ? }
@aligohar1708
@aligohar1708 3 жыл бұрын
@@hardikrajpal2410 yes
@jordipascualgranado7154
@jordipascualgranado7154 2 жыл бұрын
Thank you very much for such an interesting and clear explanation in this video.
@lorisloris7277
@lorisloris7277 3 жыл бұрын
the best video. Tanks . Do you have something done in vb.net visual basic No C ++?
@WalkAloneLive
@WalkAloneLive Жыл бұрын
I enjoy that very much. Thanks
@anhtudo7071
@anhtudo7071 3 жыл бұрын
Really love your channel! Thank u so much!
@AshokKumar-fl3uu
@AshokKumar-fl3uu 3 жыл бұрын
Can you make a tutorial on using Mediapipe in C++ ?
@mohammadrezamirzaei-y2w
@mohammadrezamirzaei-y2w 22 күн бұрын
thank you murtaza!
@SphereofTime
@SphereofTime 4 ай бұрын
41:47 void main() {string path=, MAT=image=imread(path); Mat imgGray,imBlur; cvtColor(img,imGray,COLOR_BRG2GRAY); GaussianBlur(img,imgBlur,Size(7,7),5,0); imshow("Image",img); imshow("Image Gray",imgGray); imshow("Image Blur",imgGray); waitkey(0);}
@manke0129
@manke0129 4 ай бұрын
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.
@SphereofTime
@SphereofTime 4 ай бұрын
@@manke0129 what will be good option? can you recommend me? python has Jupyter lab, However c++ doesn't..
@MuhammadAbdullah-cj6nx
@MuhammadAbdullah-cj6nx 3 жыл бұрын
Contemplating how you can make such a marvelous course for free 🤔. Incredible 🎉
LEARN OPENCV in 3 HOURS with Python | Including 3xProjects | Computer Vision
3:09:08
Murtaza's Workshop - Robotics and AI
Рет қаралды 3,4 МЛН
C++ Tutorial for Beginners - Learn C++ in 1 Hour
1:22:56
Programming with Mosh
Рет қаралды 4,3 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 95 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 171 МЛН
Мама у нас строгая
00:20
VAVAN
Рет қаралды 10 МЛН
Drone Programming With Python Course | 3 Hours | Including x4 Projects | Computer Vision
3:33:03
Murtaza's Workshop - Robotics and AI
Рет қаралды 6 МЛН
you will never ask about pointers again after watching this video
8:03
UNTV: Hataw Balita Ngayon |   November 25, 2024
44:57
UNTV News and Rescue
Рет қаралды 150 М.
Hand Tracking 30 FPS using CPU | OpenCV Python (2021) | Computer Vision
49:00
Murtaza's Workshop - Robotics and AI
Рет қаралды 978 М.
Object Oriented Programming (OOP) in C++ Course
1:30:26
freeCodeCamp.org
Рет қаралды 2,6 МЛН
Machine Learning for Everybody - Full Course
3:53:53
freeCodeCamp.org
Рет қаралды 8 МЛН
OpenCV Course - Full Tutorial with Python
3:41:42
freeCodeCamp.org
Рет қаралды 3,9 МЛН
Swift Programming Tutorial for Beginners (Full Tutorial)
3:22:45
CodeWithChris
Рет қаралды 7 МЛН
Computer Vision With Arduino |  2 Hour Course | OpenCV Python
2:05:07
Murtaza's Workshop - Robotics and AI
Рет қаралды 2,7 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 95 МЛН