Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
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]);

Antworten (0)

Kategorien

Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by