読み込んだ動画(480×720 unit8)をリアル​タイムで出力したい。​例)RGB=(35,​120,55)

조회 수: 2 (최근 30일)
025015
025015 2018년 7월 10일
편집: michio 2018년 7월 10일
画像行列(480×720)のXが200番目、Yが300番目 のRGB=(,,_)という形でリアルタイム出力したい。 例RGB=(35,120,55)
close all;
clear all;
cam1=vcapg2;
pause(0.2);
for i=1:1000
cam1=vcapg2;%カメラから画像行列取得
image(cam1);%画像表示
pause(0.02);
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB 入門에 대해 자세히 알아보기

제품


릴리스

R2013a

Community Treasure Hunt

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

Start Hunting!