フィルターのクリア

How to select points from a input video?

4 ビュー (過去 30 日間)
aleena n a
aleena n a 2022 年 4 月 19 日
コメント済み: aleena n a 2022 年 4 月 22 日
Hai everyone,
I have to select two points corresponding to position of a moving object from a video. How to do that?
Please help me.
Any help will be highly appreciated.
Thanks in advance
Thanks and regards,
Aleena N A

採用された回答

KSSV
KSSV 2022 年 4 月 19 日
v = VideoReader(myvideo) ;
n = 10 ; % say this the frame you want to read
frame = read(v,n);
imshow(frame)
[x,y] = getpts ; % select points/ double click to exit
  1 件のコメント
aleena n a
aleena n a 2022 年 4 月 22 日
For a single frame it worked.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by