📄 readme
字号:
RRC (VERSION 2.0): A SALIENT BOUNDARY DETECTION TOOL BY COMBINING BOUNDARY AND REGION INFORMATIONThis software package is developed for detecting salient closedboundaries from an image. The main codes were implementedin C++ using gcc-4.1 in Linux. It also needs the recent MatlabSoftware (with Image Processing Toolbox) to perform some image preprocessing and result display. This work is covered by Copyright (c) University of South Carolina. It incorporates Blossom4 codefor graph matching that is developed by W. Cook and A. Rohe. The technical details of this package can be found in the enclosed file "document.pdf".Authors: Joachim Stahl and Song WangUpdate: 08/11/2006 INSTALLAfter unpacking the package, in the RRC folder, run ./installThis will create an executable RRC. USAGE (1) Go to the folder "matlab", in the Matlab environment, run preprocess('path/foo')to preprocess the image "foo.pgm" and write the output to "path/foo.lines". To preprocess all .pgm files in 'path', use the function batchPreprocess.m instead, batchPreprocess('path') (2) From this installation folder, from the shell, run ./RRC path/footo extract one salient boundary. We also provide the following choices:-l # - Set Lambda (default 0.0), a real positive number that weights the continuity (curvature) term.-a # - Set Alpha (default 1.0), the exponent for the gap lengths.It can take any real value. Recommended range between 1.0 and 2.0. -n # - Set the number of produced boundaries (default 1).-h - To use intensity homogeneity instead of region area. (3) Go to the folder "matlab", in the Matlab environment, run displayResults('path/foo', n)to display the n detected boundaries (numbered from 0 to n-1), which are also saved as EPS and PNG images in the folder "path/". A set of test images used in the enclosed "document.pdf" are included inthe folder "images". CONTACT & BUG REPORTSong WangComputer Vision LabDepartment of Computer Science and EngineeringUniversity of South CarolinaColumbia, SC 29208Email: songwang@cse.sc.eduTEL: 1-803-777-2487FAX: 1-803-777-3767http://www.cse.sc.edu/~songwang
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -