contents.m
来自「有关matlab的电子书籍有一定的帮助希望有用」· M 代码 · 共 47 行
M
47 行
% Image Processing Toolbox --- images/images/private
%
% axes2pix - Convert axes coordinates to pixel coordinates.
% getcurpt - Get current point.
% dct - Discrete cosine transform.
% ditherc - Floyd-Steinberg image dithering MEX-file computation.
% idct - Inverse discrete cosine transform.
% imhistc - Image histogram MEX-file computation.
% impad - Pad boundaries of an image.
% intline - Integer-coordinate line drawing algorithm.
% iptprefs - Defaults for Image Processing Toolbox preferences.
% iptregistry - Store toolbox information in persistent memory.
% lutbridge - Bridge lookup table used by BWMORPH.
% lutclean - Clean lookup table used by BWMORPH.
% lutdiag - Diag lookup table used by BWMORPH.
% lutdilate - Dilate lookup table used by BWMORPH.
% luterode - Erode lookup table used by BWMORPH.
% lutfatten - Fatten lookup table used by BWMORPH.
% lutfill - Fill lookup table used by BWMORPH.
% luthbreak - Hbreak lookup table used by BWMORPH.
% lutiso - Iso lookup table used by BWMORPH.
% lutmajority - Majority lookup table used by BWMORPH.
% lutper4 - Perimeter lookup table used by BWMORPH.
% lutper8 - Perimeter lookup table used by BWMORPH.
% lutremove - Remove lookup table used by BWMORPH.
% lutshrink - Shrink lookup table used by BWMORPH.
% lutsingle - Single lookup table used by BWMORPH.
% lutskel1 - Skeleton lookup table used by BWMORPH.
% lutskel2 - Skeleton lookup table used by BWMORPH.
% lutskel3 - Skeleton lookup table used by BWMORPH.
% lutskel4 - Skeleton lookup table used by BWMORPH.
% lutskel5 - Skeleton lookup table used by BWMORPH.
% lutskel6 - Skeleton lookup table used by BWMORPH.
% lutskel7 - Skeleton lookup table used by BWMORPH.
% lutskel8 - Skeleton lookup table used by BWMORPH.
% lutspur - Spur lookup table used by BWMORPH.
% lutthin1 - Thin lookup table used by BWMORPH.
% lutthin2 - Thin lookup table used by BWMORPH.
% lutthin3 - Thin lookup table used by BWMORPH.
% lutthin4 - Thin lookup table used by BWMORPH.
% radonc - Radon transform MEX-file computation.
% vmquant - Color quantization.
% vmquantc - Color quantization MEX-file computation.
% Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved.
% $Revision: 1.7 $ $Date: 1997/11/24 15:55:21 $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?