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

搜索资源列表

  1. whu_7-115-14828-7_2006_1

    0下载:
  2. 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡. -30 image processing VC++ source code, incl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:647356
    • 提供者:sunhaibin
  1. edgeDet

    2下载:
  2. 边缘检测使用数学方法提取图像像元中具有亮度值(灰度)空间方向梯度大的边、线特征的过程。-Edge detection using mathematical methods to extract the image pixel has a brightness value (gray) side of space large orientation gradient, line characteristics of the process.
  3. 所属分类:Special Effects

    • 发布日期:2015-07-24
    • 文件大小:1024
    • 提供者:李开龙
  1. XINNIAN

    0下载:
  2. 输入一个图像,对其进行边缘检测,灰度处理,自适应滤波,自适应边缘检测,中值滤波,加权中值滤波,均值滤波,加高斯噪声等处理-Enter an image, its edge detection, grayscale processing, adaptive filtering, adaptive edge detection, median filtering, the weighted median filter, mean filter, plus Gaussian noise process
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5159292
    • 提供者:刘易
  1. picture

    0下载:
  2. 数字图像处理 采样 旋转 平移 边缘检测 直方图 灰度图-Digital Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:56989
    • 提供者:almi
  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. PT

    0下载:
  2. 简单的数字图像处理程序,实现灰度化,二值化,边缘检测等-Simple digital image processing program, graying, binarization, edge detection, etc....
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7447046
    • 提供者:root
  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. tempreture0.3-OK

    0下载:
  2. 一个非常好用的VC++视频接口程序,直接运行可用,需要安装directx。功能包括usb读入视频(可用普通USB摄像头实验)。本程序原本设计配合高德红外摄像头检测温度使用,还有串口控制功能,一些基本的图像处理功能,如RGB-灰度转换,边缘检测等。也可以略加修改完成自己需要的功能。-a very good VC++ video interface program,you can use a USB camera for test, please install directX first!
  3. 所属分类:Video Capture

    • 发布日期:2017-05-16
    • 文件大小:4382242
    • 提供者:卢昊
  1. Image-processing

    0下载:
  2. 用C所编的简单图形图像操作,包括图像的显示,保存,灰度化处理,均值滤波,中值滤波,Roberts,Sobel,Prewitt边缘检测-C, compiled by a simple graphical image manipulation, including image display, save, gray-scale processing, mean filtering, median filtering, Roberts, Sobel, Prewitt edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1406682
    • 提供者:何艳
  1. digital-image-processing-algorithms

    0下载:
  2. 数字图像处理的一般算法,灰度直方图,边缘检测及图像分割-General algorithm for digital image processing, histogram, edge detection and image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:90323
    • 提供者:阿迪
  1. test_edgecolor

    0下载:
  2. 输入的待处理的图像的RGB矩阵,返回边缘检测后的一个灰度矩阵,该矩阵还没有进行二值化-The input of the image processing to RGB matrix, return to edge detection after a gray matrix, this matrix has not conducted two threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1145
    • 提供者:zhengdengyu
  1. open

    0下载:
  2. OpenCV对图像的基本操作代码示例,比如,复制,灰度化,边缘检测,轮廓检测,旋转和平滑处理。对OpenCV的初学者大有帮助。-OpenCV image of the basic operation of the example code, for example, copying, gray change, edge detection, outline detection, rotate and smooth processing. OpenCV is a great help to the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3769198
    • 提供者:mr deng
  1. PlateLocationDemo

    0下载:
  2. 本程序是车牌检测的部分代码,非常实用哈,包括对图像的灰度化处理及边缘提取等一系列处理,希望对大家有所帮助。-This program is part of the code of the license plate detection, very practical and Kazakhstan, including a series of processing of the image gray-scale processing and edge detection, we hope to h
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:21333584
    • 提供者:ZHANGAIJUAN
  1. yp

    0下载:
  2. 基于Visual c++图片的灰度变换+图像平滑+中值滤波+锐化+边缘检测-Median filter the+ image smooth++ sharpening+ edge detection based on Visual c++ picture grayscale transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1825540
    • 提供者:陈璐
  1. RGB-to-GRAY-and-Canny-with-scroll

    0下载:
  2. 彩色图像转灰度图然后对其进行canny边缘检测-picture from color to gray and use canny to do the edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5423423
    • 提供者:曹敏浩
  1. hough_matlab

    0下载:
  2. matlab实现图像的读取,灰度变换、二值化、边缘检测和hough变换,包含有简单界面。-matlab image read, gray-scale transformation, binarization, edge detection and hough transform, contains a simple interface.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11245151
    • 提供者:liuyong
  1. bmp-operation

    0下载:
  2. raw转bmp,bmp图像灰度线性拉伸、局部处理(低通高通中值滤波)、几何变换(平移、缩放、旋转、转置)、二值化、边缘检测-turn raw bmp, bmp image gray linear stretch, local processing (value, high-pass, low pass filter), geometric transformations (translation, scaling, rotation, transposition), binarization,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4128083
    • 提供者:Smillence
  1. DSP-C6000-DM642DEMO

    0下载:
  2. 用DSP实现图像预处理的基本功能,比如灰度变换,边缘检测等。-DSP for image pre-processing of basic functions, such as gray-scale transformation, edge detection.
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:19508
    • 提供者:caoxiao
  1. imgdemo

    0下载:
  2. 此源码是用来进行图像预处理的,包括灰度化、二值化、去噪声、边缘检测、轮廓提取等-you can use this project to deal with pictures when you want to get some messages ,for example numbers and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5214695
    • 提供者:安知
  1. MFC-image-processing

    0下载:
  2. 用于图像处理分析的c++ MFC源程序,包含各种图像处理方法,如边缘检测,直方图,拉普拉斯变换,灰度图转换等。-MFC programme,laplace convertion,gray picture,edge detect.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9909288
    • 提供者:王建
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 24 25 »
搜珍网 www.dssz.com