kftools

所属分类:matlab编程
开发工具:matlab
文件大小:119KB
下载次数:20
上传日期:2007-03-25 12:02:37
上 传 者painfulresult
说明:  This set of MATLAB tools consists of some functions that I have found useful for basic image processing and blob analysis. The functions have been tested for MATLAB Version 5.3.0.10183 (R11) on PCWIN. Many of the files must be run as MEX files (MEX files are sometimes much faster than M-files). These must be compiled before use by typing "mex filename.c" at the MATLAB command prompt where filename.c is the relevant filename. Ensure that you are in the correct directory (e.g. cd c:\..\KFtools) and that the KFtools directory is included in the MATLAB path. The last three letters of all of the functions that are implemented as MEX files are m-e-x e.g. getboundarymex.
(MATLAB This set of tools consists of some fu nctions that I have found useful for basic image processing and blob analysis. The functions ha 've been tested for MATLAB version 5.3.0.10183 ( R11) on PCWIN. Many of the files must be run as MEX files (MEX files are sometimes much faster than M-files). These must be compiled before use by t yping "Files filename.c" at the MATLAB command pr filename.c ompt where is the relevant filename . Ensure that you are in the correct directory (e . g. cd c : \ .. \ KFtools) and that the directory is KFtools included in the MATLAB path. The last three lett ers of all of the functions that are implemented MEX files are as m-e-x e.g. getboundarymex.)

文件列表:
kftools (0, 2002-10-24)
kftools\blob.tif (2711, 2001-01-18)
kftools\bndread.m (1546, 2001-01-18)
kftools\bndwrite.m (1574, 2001-01-18)
kftools\centroidmex.c (1975, 2002-09-16)
kftools\centroidmex.dll (40960, 2002-09-16)
kftools\centroidmex.m (368, 2001-01-18)
kftools\centroidmex.mexglx (6680, 2001-08-28)
kftools\contents.m (441, 2001-03-07)
kftools\faq.txt (2184, 2001-04-09)
kftools\getboundarymex.c (7188, 2002-09-16)
kftools\getboundarymex.dll (45056, 2002-09-16)
kftools\getboundarymex.m (805, 2002-09-16)
kftools\getboundarymex.mexglx (10241, 2001-08-28)
kftools\kftoolsDemo.m (3895, 2002-10-24)
kftools\mexKFtools.m (575, 2001-01-18)
kftools\p.bnd (54, 2002-09-16)
kftools\palettemex.c (4517, 2000-09-23)
kftools\palettemex.dll (40960, 2002-09-16)
kftools\palettemex.m (381, 2001-01-18)
kftools\palettemex.mexglx (9030, 2001-08-28)
kftools\selectobjectmex.c (10536, 2002-09-16)
kftools\selectobjectmex.dll (40960, 2002-09-16)
kftools\selectobjectmex.m (436, 2001-01-18)
kftools\selectobjectmex.mexglx (9964, 2001-08-28)
kftools\shift.m (453, 1997-08-14)
kftools\watershedmex.c (11626, 2002-09-16)
kftools\watershedmex.dll (40960, 2002-09-16)
kftools\watershedmex.m (1231, 2001-07-27)
kftools\watershedmex.mexglx (10522, 2001-08-28)

This set of MATLAB tools consists of some functions that I have found useful for basic image processing and blob analysis. The functions have been tested for MATLAB Version 5.3.0.10183 (R11) on PCWIN. Many of the files must be run as MEX files (MEX files are sometimes much faster than M-files). These must be compiled before use by typing "mex filename.c" at the MATLAB command prompt where filename.c is the relevant filename. Ensure that you are in the correct directory (e.g. cd c:\..\KFtools) and that the KFtools directory is included in the MATLAB path. The last three letters of all of the functions that are implemented as MEX files are m-e-x e.g. getboundarymex. The usage of the functions is described by typing "help function" at the MATLAB command prompt, where function is the name of the relative function. Before you do anything, you must compile the mex files. This can be done by running the script mexKFtools.m. The M-file script KFtoolsDemo.m shows an example of the usage of all of the functions in this toolbox. When working with binary objects, I have often found it useful to measure features from the boundary stored as a list of coordinates as opposed to an image of the object. The boundary of an object in a binary (black and white) image can be stored as a list of pixel corner coordinates. The function getboundarymex forms a list of these corner coordinates from a binary image containing an object. (c) 2001 Keith Forbes keith@umpire.com

近期下载者

相关文件


收藏者