フィルターのクリア

using GUI

3 ビュー (過去 30 日間)
Pan
Pan 2012 年 1 月 28 日
コメント済み: Loyim Franck 2018 年 5 月 28 日
I want to making a Interface that could play four different videos using GUI. I didn't know how to do , help me thank!
  4 件のコメント
Walter Roberson
Walter Roberson 2012 年 1 月 28 日
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Loyim Franck
Loyim Franck 2018 年 5 月 28 日
please I need the code to read a video in a matlab gui axes

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

回答 (1 件)

Image Analyst
Image Analyst 2012 年 1 月 28 日
You can use GUIDE to place 4 axes on the figure. Then, in your code somewhere, use VideoReader to read frames and imshow() to display them in the proper axes. The movie() function is deprecated after R2010b. To play in a standalone window use implay().

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by