Тёмный

Optical Flow with Lucas-Kanade method - OpenCV 3.4 with python 3 Tutorial 31 

Pysource
Подписаться 61 тыс.
Просмотров 48 тыс.
50% 1

Опубликовано:

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@hannahlambdaa
@hannahlambdaa 4 года назад
Amazing, it works pretty well!! This was my first dip into Optical flow and I love it... so many applications seem possible. Thank you
@akshobshekhar736
@akshobshekhar736 6 лет назад
Thanks brother, you tutorials are much better than udemy tutorial i bought
@aman11022
@aman11022 4 года назад
The first time calcOpticalFlowPyrLK is calculating, the old_gray and gray_frame are not consecutive. This is why you see the green point not exactly where you clicked.
@jiuyuanlu4731
@jiuyuanlu4731 5 лет назад
Nice lecturing, I do like it. Thanks
@mamoudousano3354
@mamoudousano3354 5 лет назад
Thanks for all great tutorials, how can i do if i want to chose many points.
@noeltam75
@noeltam75 4 года назад
Wow... That's very well explained. Thanks man.
@ekasuryadana3043
@ekasuryadana3043 5 лет назад
Thanks sir, awesome tutorials
@ShivaniAMehta
@ShivaniAMehta 3 года назад
You explained so well. Thanks a lot for the video. Can you please tell how can I implement Lucas-Kanade for affine and projective transformation?
@Joy_jester
@Joy_jester 5 лет назад
amazing video ,learnt a lot .
@MrWaimanu
@MrWaimanu 4 года назад
Thanks for this video, really helpful!
@aaaa8766
@aaaa8766 4 года назад
Great content man
@FightAndFunHub
@FightAndFunHub 5 лет назад
Thanks for such a useful video.
@asteroidpark
@asteroidpark 4 года назад
Thank you for the kind lecture.
@olehmisko9760
@olehmisko9760 5 лет назад
Thank you for this awesome tutorial!
@miguelchip9784
@miguelchip9784 5 лет назад
Thanks, this help me a lot...! 👍😃
@kmashal2
@kmashal2 3 года назад
How can I track multiple points that I place using mouse ?
@nyomankresna557
@nyomankresna557 3 года назад
i have a problem with my old points, can you help me?
@rocktelis111
@rocktelis111 2 года назад
Any help please ? Traceback (most recent call last): File "C:\Users\ppant\Downloads\New folder (8)\lucas-kande.py", line 44, in cv2.circle(frame, (x, y), 5, (0, 255, 0), -1) cv2.error: OpenCV(4.5.5) :-1: error: (-5:Bad argument) in function 'circle' > Overload resolution failed: > - Can't parse 'center'. Sequence item with index 0 has a wrong type > - Can't parse 'center'. Sequence item with index 0 has a wrong type
@Huhuhuhuhuui
@Huhuhuhuhuui Год назад
Hey, you can replace cv2.circle... with cv2.circle(frame,(int(x),int(y)),5,(255,255,0),-1). With Int it works
@dtom989
@dtom989 6 лет назад
Hi, great video, keep it up
@aminbenarieb144
@aminbenarieb144 4 года назад
Awesome
@ammarbinmadi7175
@ammarbinmadi7175 2 года назад
at 17:57 line 41 I had an error due to x,y being float
@Huhuhuhuhuui
@Huhuhuhuhuui Год назад
Hey, you can replace cv2.circle... with cv2.circle(frame,(int(x),int(y)),5,(255,255,0),-1). With Int it works
@hikmetcankoseoglu5439
@hikmetcankoseoglu5439 5 лет назад
Do you know any methods for detecting flow of a liquid
@mariuspenteliuc
@mariuspenteliuc 6 лет назад
Hi! Could it be the shutter speed why the detection of new points isn't so good? A webcam has a slow shutter speed, so motion blur might become a problem when analyzing fast moving objects.
@pysource-com
@pysource-com 6 лет назад
HI Marius, thanks for this interesting explanation. It's really likely that it affects the detection, considering I'm using the original webcam of my laptop, and so it's not that good.
@1miguelavilagaleana
@1miguelavilagaleana 5 лет назад
Some advice for doing a program that detects risky situations?
@PhrAntoine
@PhrAntoine 3 года назад
I would suggest using an AI network to identify and know what risky situations are. Then you could use Optical Flow to read the movements in the environment. From there the AI would process and identify if the situation is risky.
@sujitpatil1230
@sujitpatil1230 6 лет назад
hey Pysource,I have working on face detection project in my company. can you help me by make video on how to trace human face please.!!
@吳佳熹-r2q
@吳佳熹-r2q 6 лет назад
HI! I am a taiwanese student , my english is not so well, but i want to ask a question ,how could i track two points at the same time , I try it myself, but it didnt work ,can you tell me some tips?
@pysource-com
@pysource-com 6 лет назад
You should make a few changes, probably it's easier to write it from scratch if you want make it work for 2 ore more points. I suggest you to take a look at the original docs and experiment with them. opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_video/py_lucas_kanade/py_lucas_kanade.html#lucas-kanade
@吳佳熹-r2q
@吳佳熹-r2q 6 лет назад
thank you very much! I will read that web page! By the way ,Can I add your facebook or instagram? I am using opencv to do a little project I think i will have some question that I can contact you easier, if you can accept
@bimalgupta3648
@bimalgupta3648 4 года назад
Now Next Project: Use NLP to remove those annoying barks from this video
@adithyasurs9044
@adithyasurs9044 5 лет назад
How to automatically select the object based on movement
@lamborghinicentenario2497
@lamborghinicentenario2497 4 года назад
I can send you some code that might be able to help you
@adithyasurs9044
@adithyasurs9044 4 года назад
Yes it will can you send me the code?
@adithyasurs9044
@adithyasurs9044 4 года назад
Yes it will can you send me the code?
@lamborghinicentenario2497
@lamborghinicentenario2497 4 года назад
@@adithyasurs9044 what's your email
@adithyasurs9044
@adithyasurs9044 4 года назад
@@lamborghinicentenario2497 adithya.s.urs@gmail.com
@Joy_jester
@Joy_jester 5 лет назад
amazing video ,learnt a lot .
Далее
Lucas-Kanade Method | Optical Flow
9:11
Просмотров 65 тыс.
Optical Flow - Computerphile
8:24
Просмотров 104 тыс.
Meta AI Co-Tracker for Point and Object Tracking
11:48
Просмотров 3,6 тыс.
OpenCV Python Optical Flow Object Tracking
10:46
Просмотров 4 тыс.