1 / 3
文档名称:

边缘检测69894.doc

格式:doc   页数:3页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

边缘检测69894.doc

上传人:bjy0415 2015/10/24 文件大小:0 KB

下载得到文件列表

边缘检测69894.doc

相关文档

文档介绍

文档介绍:各文件夹内容说明
# Benchmark -- Code to run the benchmark and create web pages.
# CSA++ -- C++ and MATLAB wrapping of Andrew Goldberg's CSA package for graph assignment problems. This is putational core of the benchmark, as it allows us pare two boundary maps while both permitting localization error and avoiding over-counting.
# Dataset -- Convenience routines for accessing images and segmentation data. You should make sure to download the BSDS dataset (see above), and edit the file to point to the data.
# Detectors -- End-user routines for various boundary detectors. Our brightness/color/texture gradient detectors are here ( and ), along with baseline detectors based on the image gradient magnitude and the second moment matrix.
该文件夹中存放的是不同边缘检测算子的接口程序,供用户调用。涉及的边缘检测算子 包括BG/CG/TG和基于二阶矩的边缘检测算子。
# Filters -- Routines for creating high quality filters and for filtering images quickly.
该文件中保存的是生成多组滤波器及相关图像与滤波器卷积等操作的函。其中生成的滤波器器主要应用到方向能量特征OE和纹理梯度TG的计算中。
# Gradients -- Routines pute our brightness, color, and texture gradients efficiently.
该文件夹中存储的是生成相关梯度特征的函数。
# Textons -- Code pute and manipulate textons, which are the basis of the texture gradient. The files unitex*.mat contain universal puted from the BSDS300 training set.
该文件夹中保存了训练好的纹理基元,纹理基元是计算纹理梯度的基础。
# Util -- Miscellaneous support code for everything else.
代码中各缩写的含义
在文件夹Detectors中,各个缩写所代表的含义