CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图片边缘检测

搜索资源列表

  1. matlab-xingtaixue

    0下载:
  2. matlab数学形态学图像边缘检测(程序应该没错,但是不是对每个图片都可以用)-matlab mathematical morphology edge detection (procedures should be right, but not for each image can be used)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4061
    • 提供者:麦子
  1. lhmSUSAN

    0下载:
  2. susan特征点检测,图片的读取显示,边缘检测,角点检测-Read the image, edge detection, corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1434
    • 提供者:付松
  1. picture

    0下载:
  2. 对身份证图片进行的一些列图像预处理,包括边缘检测,直方图均衡化、规定化、最小滤波、中值滤波和模板法维纳法两种滤波方法-Some pictures of the identity column image pre-processing, including edge detection, histogram equalization, the provisions of the smallest filter, median filter and filter templates Fawei Na
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2441
    • 提供者:于晓爽
  1. ImageProcess

    0下载:
  2. 用mfc编程实现数字图像处理的一些简单操作,只能处理bmp格式图片。调节对比度、亮度、边缘检测等。-Mfc programming with some simple digital image processing operations, can only deal with bmp format images. Adjust contrast, brightness, edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:63438
    • 提供者:郭天
  1. Roberts

    0下载:
  2. 本程序时DSP上实现的图像Roberts边缘检测,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做Roberts边缘处理以便于DSP处理结果对照。-This program is implemented on a DSP image edge detection Roberts, first dat file into the development of CCS on the TI de
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:9486
    • 提供者:鸳都学童
  1. Fourier-descriptors1

    0下载:
  2. MATLAB 实现对图片的傅立叶描述子.边缘检测的结果进行二维到一维的变换-MATLAB implementation of the image Fourier descr iptors. Edge detection results of two-dimensional to one-dimensional transform
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:942
    • 提供者:霸王仔
  1. edge_detection

    0下载:
  2. 本代码对BMP格式灰度图片进行拉普拉斯锐化、边缘检测、直方图修正等处理-The gray code BMP format picture Laplacian sharpening, edge detection, histogram correction processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1483
    • 提供者:xu
  1. C--image-processing

    0下载:
  2. C语言图像处理有拉普拉斯锐化(边缘检测),256色转灰度图,傅立叶变换,维纳滤波处理等代码(含有测试图片及结果)-C-Laplacian sharpening image processing (edge ​ ​ detection), 256-color to grayscale, Fourier transform, Wiener filter processing code (with test images and results)
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:29907835
    • 提供者:tian
  1. Apple-feature-extraction

    0下载:
  2. 苹果特征提取,按照灰度化,直方图均衡化,中值滤波,边缘检测,特征提取的顺序来 特征提取中,取得“比例系数”时,选择一张横径图片,序号与之前选择图像的相同-Apple feature extraction, according to grayscale, histogram equalization, median filtering, edge detection, feature extraction feature extraction in order to obtain "
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:187124
    • 提供者:china
  1. Canny-edge-dectetion

    0下载:
  2. Canny算子边缘检测,可以帮助您检测图片边缘,希望可以帮到您。-Canny edge dectetion which to help you detect the edge in a picture has a great effection,may it can help you.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3887340
    • 提供者:曾小贤
  1. fis2

    0下载:
  2. 使用canny边缘检测技术对单个图片中的指纹进行检测并识别-Canny edge detection technique using a single image of the fingerprint detection and identification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:27784
    • 提供者:simon
  1. opencvshow

    1下载:
  2. OpenCV MFC 边缘检测 VS2008 MFC下用OpenCV2.0进行图像读取和边缘检测,通过对话框来打开图像文件、然后图像大小进行缩放、适当地显示在图片控件的框架内-OpenCV MFC under VS2008 MFC edge detection for image reading and using OpenCV2.0 edge detection, through the dialog box to open the image file, and then scaling t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6050495
    • 提供者:terry
  1. EdgeDetect

    0下载:
  2. 功能:对bmp格式的灰度图和彩色图片进行边缘检测,输出目标图片; 程序核心算法:利用模板矩阵与图像矩阵进行卷积达到边缘检测的效果; 文档说明:1.EdgeDetect.cpp(全部源文件),采用纯C/C++编程,不借助任何框架;2.边缘检测.pdf 算法原理pdf文档;3.sources 存放待处理图像;4.targets 存放目标图像。 使用方法:用常用C/C++ IDE(codeblocks,devc++,vc6.0, vs2008等)打开EdgeDetect.cpp源文件
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2422846
    • 提供者:冯小康
  1. TgExt

    0下载:
  2. 舌部边缘检测,从舌部图片中提取舌部轮廓,剔除无用的背景区域,包括牙齿和舌部区域-tongue extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:andrew
  1. edge-detection

    0下载:
  2. 各种边缘检测代码,内容丰富,内涵图片,可以直接在matlab上面运行。供大家学习,参考-All kinds of edge detection code, rich in content, connotation pictures, can direct run on matlab. For everybody to learn, reference
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1515989
    • 提供者:angiend
  1. VisualCPP

    0下载:
  2. 实现了图片处理的常见功能:Hough变换、边缘检测等功能。-Common image processing functions: Hough transform, edge detection and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11471617
    • 提供者:尹书
  1. tuxiangchuli

    0下载:
  2. 本段代码可实现图片基本处理,如图像读取、灰度化、二值化、滤波、去噪、边缘检测、特征提取等功能。-This code can realize pictures basic processing, such as image read, gray, the binary, filtering, denoising and edge detection, feature extraction, and other functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1348
    • 提供者:六脚猫
  1. canny

    0下载:
  2. 该程序利用VC作为编程工具,实现了canny算子图像的边缘检测。文件夹中附含一幅测试图片作为样例。-The program using VC as a programming tool, realize the canny operator image edge detection. The folder containing a picture with test picture as the sample.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1654280
    • 提供者:陈思
  1. VCPPsuanfa

    0下载:
  2. 本程序用VC++语言开发,包括拉普拉斯锐化(边缘检测),中值滤波,均值滤波等,并且给出了测试图片,运行正确-This program was developed with VC language, including the Laplacian sharpening (edge detection), the median filter, mean filter, and gives the test image, run correctly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:552373
    • 提供者:丽华
  1. waveedge

    1下载:
  2. 用小波模极大值的方法来进行图片的边缘检测,matlab程序,阈值可根据需要自行调整。-Wavelet modulus maxima method for image edge detection, the matlab program, the threshold may need to adjust.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1238
    • 提供者:clover
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com