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

1 次查看(过去 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