필터 지우기
필터 지우기

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 CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by