필터 지우기
필터 지우기

Ihave try to translate image using this but an error appear if you can help me ,thanks?

조회 수: 2 (최근 30일)
I = imread('cameraman.tif'); imshow(I) J = imtranslate(I,[15, 25]); figure; imshow(J); J = imtranslate(I,[15, 25],'OutputView','full'); figure,imshow(J); this is the errors matlab: Undefined function 'imtranslate' for input arguments of type 'uint8'.
Error in traslatetrue (line 3) J = imtranslate(I,[15, 25]);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by