📄 readme
字号:
Blobdetect 1.3bThis is blobdetect-1.3b, an API for extracting blob features fromRGB images. The algorithm for blob feature extraction is describedin the thesis "Channel Representations for Low and Medium LevelVision" by Per-Erik Forss閚.Author is Per-Erik Forss閚, perfo@isy.liu.se.LicenseThis is free software, published under the GNU General Public License(GPL). What this basically means is that you are free to use, modify,and redistribute the program under the same license. See the fileCOPYING for details.FilesThis archive should contain the following filesREADME This fileCOPYING License filetestim.ppm Test imageblobdemo_ppm.exe Example executable for WIN32 platformblobdetect_api.pdf API documentationimage_buffer.c Source codepnmio.c Source codesbinfilt.c Source coderegion_image.c Source codemerge_blobs.c Source codefile_and_time.c Source codeextract_blobs.c Source codevisualise.c Source codeimage_buffer.h Source codepnmio.h Source codesbinfilt.h Source coderegion_image.h Source codemerge_blobs.h Source codefile_and_time.h Source codeextract_blobs.h Source codevisualise.h Source codeblobdemo_ppm.c Example source codedetect_blobs.c Example source codedraw_blobs.c Example source codedetect_blobs.m Matlab help filedraw_blobs.m Matlab help fileMakefile Makefile for building executablePlatformsBlobdetect has been developed under Solaris 9. It has also beenfound to work under Linux, Windows 2000, and XP. It will probably workon most UNIX platforms as well, possibly requiring some modificationsto the Makefile.Prerequisites for blobdemo_ppmImages are read and written by the application in PPM format only.So you will need a software that can read and write this format.Examples of suitable software are GIMP (http://www.gimp.org)and IrfanView (http://www.irfanview.com).In order to build the executable, you will also need a C compilerenvironment.Installation of blobdemo_ppmOn UNIX, compress the archive and build the executable using thecommand:> make blobdemo_ppmFor Windows users there is a precompiled binary calledblobdemo_ppm.exe, which you can place in your favourite folder.To compile in Windows, you must modify the Makefile such that-DWIN32 is passed to the compiler. Failing to do so will lead toproblems with reading PPM-files.Running blobdemo_ppmThe program runs in a shell (command window), and has the followingsyntax:> blobdemo_ppm <image.ppm> <blobs.ppm> [<regions.ppm>] [<dmax>]for details, please refer to the documentation (blobdetect_api.pdf).Matlab MEX interface functionsThere are at present two Matlab MEX interface functions.detect_blobs and draw_blobs. Please refer to the correspondingMatlab help files for further information about calling syntax.For info about compiling the MEX-interface, see the Makefile.Note that -DDOUBLE_FLOATS should be passed to the compiler, sincethe input is passed from Matlab by reference (and Matlab usesdoubles).DocumentationThe file blobdemo_api.pdf contains an API reference of the functionsin the package.ReferencesThe Ph.D. thesis, as well as a number of related papers, can befound athttp://www.isy.liu.se/cvl/ScOut/Bug ReportsPlease send bug reports, bug fixes, improvements, and success storiesto the author at perfo@isy.liu.se. The toolbox is of course provided asis, no warranty, etc.Link鰌ing 2005-01-20Per-Erik Forss閚
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -