Hey Tim. After watching your several videos I noticed, that you struggle breathing while you talk. My girlfriend is a speech therapist and she said that going to this kind of specialist would make your life easier. You should consider implementing simple breathing exercises to prevent larynx disease. It's important, becouse you talk a lot. Thanks a lot for making courses and tutorials, they're great! :)
@breathemath47573 жыл бұрын
Just in case you're not a fan of the map function, try: color = [int(x) for x in np.random.randint(0, 255, size=3)]
@peaceandlovetoyou3 ай бұрын
If you get errors Corners = np.int0(corners)change np.int0 to np.int_(corners)
@Joker4funify3 жыл бұрын
Hi Tim! It's great that you continue this series. Please continue it, don't ditch it:) P.S: I'm studying CV at my uni and your tutorials are just gold! Please, continue them. You are amazing, I'm watching you since 2019.
@mrphatmanzach3 жыл бұрын
Instead of the map(lambda... for the np.random.randint you can also tuple a comprehension for the function. color = tuple(int(x) for x in np.random.randint()) Great video, love your channel!
@cjay96152 жыл бұрын
Don't stop making these videos, some of the best python tutorials on the whole of youtube!!!
@daymaker_trading3 жыл бұрын
Thank you Tim. You're so good as a teacher. Everything is clear and so fun to learn. Best wishes!
@pythonSefer3 жыл бұрын
Hi Tim I just wanted to suggest a video idea for you: Make a tutorial about the vim text editor
@greenmug64363 жыл бұрын
just type vimtutor in the terminal
@davidjack58763 жыл бұрын
just wanted to leave this here: "good features to track" was the name of the paper publishing this improved corner detection method
@faizalimuhammadzoda47313 жыл бұрын
This is absolutely amazing. Greetings from Asia.
@prathamhebbar58004 ай бұрын
Hey Tim. I've known you and been following your tutorials for a while, now. I definitely appreciate your videos and content, don't get me wrong. I don't know why but I've noticed that (in your videos) that there is a sheer lack of expression and enthusiasm in your voice. I would suggest adding expression and enthusiasm in your voice in order to keep the viewers engaged. Best, Pratham Hebbar
@vanchhitdubey2 жыл бұрын
Just wanted to tell you: you are amazing.
@numo6144 Жыл бұрын
you can simply write corners = list(map(np.ravel, corners))
@numo6144 Жыл бұрын
and also rc = tuple(map(int, np.random.randint(0, 255, size=3)))
@georgegu3374 Жыл бұрын
on video cam, always set a fixed white-balance like 5500k. otherwise the color on captured image is changing with ambiant light. if you with greyscale, it doesn't matter
@youhadayoub95672 жыл бұрын
Thank you a lot, I m really injoying your lessons , thank u for the simplicity.
@29namankumar293 жыл бұрын
Great video Tim👌✌️
@bongvatana68033 жыл бұрын
Love this tutorial
@JM_Tushe Жыл бұрын
That's pretty cool, thank you!
@jollokim19483 жыл бұрын
looking forward to the next video 😏
@priyangshu77672 жыл бұрын
Love your work
@cagndurmus23873 жыл бұрын
when ı enter the link which is called Relevant Documentation , it says that the page is abondoned . Do you have have a new link of it?
@learnwithnawf2463 жыл бұрын
Thank you tim
@journalist2723 жыл бұрын
Good job man
@malek37643 жыл бұрын
Hey Tim, I think you forgot to add the "OpenCV Python Tutorial #5 - Colors and Color Detection" video to this playlist
@fionanathanson65803 жыл бұрын
Nice video 👍
@syedazzamzafar5963 жыл бұрын
@Tech With Tim The top right corner is left out. there is no line going or emerging from that corner.
@standingpad3 жыл бұрын
Will there be a image denoiser tutorial?
@DavidDanosTech2 жыл бұрын
Nice !!!!
@itfather3 жыл бұрын
Hello Tim, could you please make a video with opencv OCR for the next video? Like if you support this idea
@BananaLassi3 жыл бұрын
loved it
@unbox33463 жыл бұрын
I was feeling first before refreshing page
@keyaanminhas11993 жыл бұрын
When are we learning about object detection from images
@Ambiens3 жыл бұрын
I've just watched the 7th part and now 6th is the latest. Accidentally published?
@TechWithTim3 жыл бұрын
yep lol
@aayushpaswan68263 жыл бұрын
@@TechWithTim nice!!
@PeterPkp1233 жыл бұрын
I love your videos
@NoahPeeters3 жыл бұрын
Could you make a video on image alignment using openCV?
@Pottavinay-w7f Жыл бұрын
@techwithtim the python documentation in the description is not working are there any other websites for that?
@MrHellmeowmix2 жыл бұрын
The link to the documentation is "abandonded", do you know where I could find that information? I've tried a few google searches but I don't think I'm finding the right ones
@senahugtfl77892 жыл бұрын
hi tim!it gives me the error like that: size.width>0 && size.height>0 in function 'cv::imshow' Could you help me please?
@gustavojuantorena3 жыл бұрын
Great!
@jyothishmohan56133 жыл бұрын
cv2.imread('assets/chessboard.png', 0) will give a grey scale image..I Think
@oliviervanluijk41333 жыл бұрын
0 is grayscale, 1 is color
@Aditya-cw7rd3 жыл бұрын
can you please make a step by step guide on how to start freelance as only python programming on fiverr or other?
@user-ih4ho1wh5h3 жыл бұрын
I am a little confused with the line 19 at 19:59. Why did you use lambda x: int(x) instead of just a regular int(x). I don't use lambdas a lot so I'm wondering if I'm missing something here.
@TechWithTim3 жыл бұрын
Oh good point! I could have actually just passed “int” as the function
@petr47203 жыл бұрын
Top video
@sitpainghtun53673 жыл бұрын
Could you explain me a little more about second for loop ( for j in range(i+1), corners) )
@tusharikajoshi84103 жыл бұрын
it's for all the remaining corners. like, suppose i gives the 1st corner, so j will allow hold the value of all the other remaining corners, one by one, so that we can draw line from the 1st corner to every other corner. I am bad at explaining but I hope it helps.
@vishnuagrahari51537 ай бұрын
Documentation link is not working please update it
@manas17433 жыл бұрын
Can someone again link the documentation. The link in the description says that the project is moved. Even the name of documentation would be enough for a google search.
@webpkric3 жыл бұрын
I'm looking for it to
@manas17433 жыл бұрын
@@webpkric Ok, I found it, would sen the link once I open my laptop
@webpkric3 жыл бұрын
ok thanks.
@irfanzafar95062 жыл бұрын
@@manas1743 Kindly send me also . Thanks in advance for the favour.
@Bbdu75yg2 жыл бұрын
can't access the documentation from the video ://
@yasthirdhewnarian65313 жыл бұрын
In Sublime Text, how exactly are you able to view the package methods ? Mine doesn't display that
@sokainabn67643 жыл бұрын
he's using Kite, an auto-complete plugin
@vinamis3 жыл бұрын
lambda must be in lowercase vs Lambda Tx Twt
@maliklao89173 жыл бұрын
can you do a program about scanner like MFL tank floor scanner in python
@Jdeadevil Жыл бұрын
The complexity of the second half of this video is making me swear under my breath. I've met my intellectual limit, I am legitimately too stupid to understand the part where you put lines between each corner.
@kesiamakapele34543 жыл бұрын
Hey dude,can you make screen recorded for android and can record internal audio
@pythonenthusiast92923 жыл бұрын
unable to download opencv man.. I downlosaded from pip install and all other mrthods said by tim . I tried diffrent youtube videios but im unable to import the library in my IDE. any help would be appreciated guys. thanks
@adityak12313 жыл бұрын
Can you import it in your Terminal/cmd ?
@pythonenthusiast92923 жыл бұрын
@@adityak1231 no ! It shows there also that no module found
@pythonenthusiast92923 жыл бұрын
@@adityak1231 and when I reinstall the opencv it shows requirement satisfied.. I'm so confused
@adityak12313 жыл бұрын
Try upgrading pip to the latest version and reinstalling it
@pythonenthusiast92923 жыл бұрын
@@adityak1231 I did try that, still nothing
@piranavanr90962 жыл бұрын
I don't get any lines i don't know where I don't mistake any one tell me pls 🙏
@solverz40782 ай бұрын
Geez, you are very good are making really unreadable code 😅. There are SO many better ways to do some of the logic you show here.
@erfansadeghinezhad97803 жыл бұрын
😍😍😍😍😍😍
@sanduchicu75453 жыл бұрын
901 view, 101 like :)
@coolghoul96 ай бұрын
is it boring or you dont understand it, 1min later you try to explain boring hypotenuse