フィルターのクリア

can any one tell what does step command do in this prog

2 ビュー (過去 30 日間)
sadhna
sadhna 2013 年 2 月 13 日
i1 = imread('pears.png');
imshow(i1);
hcsc = video.ColorSpaceConverter;
hcsc.Conversion = 'RGB to intensity';
i2 = step(hcsc, i1);
pause(2);
imshow(i2);

採用された回答

Jos (10584)
Jos (10584) 2013 年 2 月 13 日
try
help step
doc step
type step
to get more info of this function

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultidimensional Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by