I face the error "Too many input arguments." Please help me

myImage1 = imread('pout.tif');
myImage2 = imadjust(myImage1, [0.2, 0.8], [0, 1]);
imshow(myImage1);
imshow(myImage2);

回答(1 个)

Well, those lines looks fine to me. It's probably other line's who's raising the error.

类别

帮助中心File Exchange 中查找有关 Image Processing Toolbox 的更多信息

提问:

2013-2-2

Community Treasure Hunt

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

Start Hunting!

Translated by