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

搜索资源列表

  1. ImageProcess

    0下载:
  2. 《精通Visual C++图像处理编程》书上的源代码,图像处理过程,包括开闭膨胀腐蚀/平滑锐化/边缘增强边缘检测/快速傅里叶变换等功能-" Mastering Visual C++ image processing program" source code book, image processing, including opening and closing the expansion of corrosion/smooth sharpening/edge enhancem
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28799615
    • 提供者:shendanfei
  1. cannybianyuanjiance

    0下载:
  2. 可以实现opencv对图像边缘检测的源代码-Can realize the image edge detection opencv source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2862665
    • 提供者:tangjia
  1. ianyuanjiece

    0下载:
  2. 一个很好的进行边缘检测的matlab源代码,对于初学边缘处理的人有较大帮助-a good edge detection of Matlab source code for a novice edge with the greater help
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6325
    • 提供者:陈小文
  1. bmp

    0下载:
  2. 位图图像的sobel算子边缘检测与自适应二值化的实现的源代码-Bitmap image sobel operator edge detection and adaptive binarization of the source code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:3430
    • 提供者:浦东泥河
  1. MyDIP

    0下载:
  2. MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板    * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心    * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。   关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:46926
    • 提供者:kpudn60
  1. image

    0下载:
  2. 目标物的边缘检测及其提取,一个非常有用的源代码,希望大家学历-Edge detection and extraction of the target, a very useful source code, I hope everyone.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1151205
    • 提供者:袁杨宇
  1. Canny

    0下载:
  2. 数字图像处理基本算法C++源代码,包括FFT、DFT、边缘检测算法、滤波算法-The basic algorithm of digital image processing C++ source code, including FFT, DFT, edge detection algorithms, filtering algorithms, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3460782
    • 提供者:M201372293
  1. Sobel-operator-side-C-program

    0下载:
  2. Sobel边缘检测的C程序源代码,检测运动目标的边缘-Sobel operator side C program,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2855
    • 提供者:李鹏飞
  1. canny

    0下载:
  2. canny算子进行边缘检测的源代码。(1)首先对图像进行高斯滤波,去除噪声的影响;(2)对滤波后图像计算梯度的方向和幅值(3)对梯度幅值进行极大值抑制(4)双阈值确定边缘-canny edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5101
    • 提供者:撸撸
  1. VisualCPP_sztxmssbjsjgcsz_jb51net

    0下载:
  2. 关于数字图像处理的一些算法源代码,人脸识别,语音识别等等,边缘检测。-Some on digital image processing algorithm source code, face recognition, voice recognition and so on, edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11458109
    • 提供者:asd
  1. Source_code

    0下载:
  2. 可实现多种图像处理算法的源代码 ,例如滤波,直方图统计,边缘检测,有可视化界面,功能强大-Can achieve a variety of image processing algorithm source code, such as filtering, histogram, edge detection, there is a visual interface, powerful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:254892
    • 提供者:chenting
  1. matlab-wavelet

    0下载:
  2. 基于小波变换的多尺度图像边缘检测matlab源代码-Based on wavelet transform multi-scale image edge detection matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:737
    • 提供者:haojianbo
  1. ISEF

    0下载:
  2. 利用ISEF边缘检测器进行边缘检测,源代码是基于opencv平台开发的。-Edge detection using ISEF edge detector, the source code is based on opencv platform development.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:10918
    • 提供者:边旭
  1. matlab

    0下载:
  2. 罗伯特算子边缘检测程序源代码,很经典的算法程序-robort suanzibianyuanjiance
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:626
    • 提供者:刘凯泉
  1. canny

    0下载:
  2. canny边缘提取,边缘检测使用的,源代码-canny edge detection, edge detection using
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1985
    • 提供者:宋超杰
  1. figureprocess

    0下载:
  2. 图像处理平台,包含图像灰度,二值化,滤波处理,边缘检测的源代码-Image processing platform, including gray, binarization, filtering, edge detection source code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4828968
    • 提供者:谢驰港
  1. Prewitt

    0下载:
  2. 使用Prewitt边缘检测算子进行边缘检测,效果明显,且有源代码-Using Prewitt edge detection operator for edge detection, the effect is obvious, and the source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:19240
    • 提供者:焦峰凯
  1. image642-1

    0下载:
  2. 闻亭公司DM642开发板的边缘检测的源代码,运行环境是在CCS2.2下运行-Wintech Company DM642 development board Edge Detection source code, the operating environment is running under CCS2.2
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:273616
    • 提供者:zl
  1. hough

    0下载:
  2. hough 以及边缘检测,这里面包括了源代码以及更好的图片示例,值得学习-hough and edge detection, which involves the source code and a better image for example, is worth learning
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1087979
    • 提供者:zhaojianlong
  1. susan

    0下载:
  2. SUSAN边缘检测的源代码,并给出飞机轮廓提取实例-SUSAN Edge Detection source code, and gives examples of aircraft contour extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:11015
    • 提供者:zhangpei
« 1 2 ... 10 11 12 13 14 1516 17 »
搜珍网 www.dssz.com