Undefined function or method 'imsharpen' for input arguments of type 'uint8'.

2 ビュー (過去 30 日間)
zaryab arif
zaryab arif 2014 年 4 月 18 日
回答済み: Image Analyst 2014 年 4 月 18 日
if true
% code
d1=imread('j.jpg');
b = imsharpen(d1);
subplot(2,2,4); imshow(b); title('Sharpened Image'); end

採用された回答

Image Analyst
Image Analyst 2014 年 4 月 18 日
Type ver at the command prompt. Do you see the Image Processing Toolbox:
MATLAB Version 8.3 (R2014a)
Image Acquisition Toolbox Version 4.7 (R2014a)
Image Processing Toolbox Version 9.0 (R2014a)
imsharpen is in that toolbox. If you don't have that toolbox, that would explain your error.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage 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