|
楼主 |
发表于 2008-4-5 19:48
|
显示全部楼层
出现了下面的错误。但我还是不知道怎么实现。头大了!!
??? Error using ==> images\private\checkinput>check_classes
Function IMDILATE expected its first input argument, IM,
to be one of these types:
logical, uint8, int8, uint16, int16, uint32, int32, single, double
Instead its type was strel.
Error in ==> images\private\checkinput at 35
check_classes(A, classes, function_name, variable_name, argument_position);
Error in ==> images\private\morphop>CheckInputImage at 254
checkinput(A, {'numeric' 'logical'}, {'real' 'nonsparse'}, ...
Error in ==> images\private\morphop>ParseInputs at 102
A = CheckInputImage(A, func_name);
Error in ==> images\private\morphop at 14
[A,se,pre_pad,...
Error in ==> imdilate at 121
B = morphop(A,se,'dilate',mfilename,varargin{:}); |
|