CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 锐化

搜索资源列表

  1. tuxiangchuli

    0下载:
  2. 图像基础;图像锐化;对比度增强;图像平滑;视觉特性-Image base image sharpening contrast enhancement image smoothing visual characteristics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11385509
    • 提供者:王冉冉
  1. network

    0下载:
  2. 该代码的功能主要是识别数字。采用的算法是建立人工神经网络的模型,通过对样本的训练而保存全权值(及数字的特征),训练结束后能识别图片上的数字(256位色),相信对于研究神经网络模型的很有帮助,同时该代码还涉及到图像处理部分的内容,比如二值化,梯度锐化,去噪声等算法。-The main function is to identify the code number. The algorithm used is based on artificial neural network model, thr
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3229873
    • 提供者:沈晓伟
  1. shuzituxiang

    0下载:
  2. 数字图像的滤波和提取,锐化,叠加,等对图像的处理方法-shuzituxiang
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1508930
    • 提供者:王刚
  1. bookexperiment

    0下载:
  2. 图像处理,拉普拉斯算子基本处理,改进型,可以提高图像锐化效果-Image processing, Laplacian basic processing, improved, can improve the image enhancement effect
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:558
    • 提供者:halrq
  1. 24

    0下载:
  2. 彩色图像处理,可实现基本处理、平滑处理、锐化处理-Color image processing, can achieve the basic processing, smoothing, sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:409059
    • 提供者:刘冰
  1. 1

    0下载:
  2. (256色)傅里叶变换,图像滤波,平滑锐化,直方图-(256) Fourier transform, image filtering, smoothing, sharpening, histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:297480
    • 提供者:刘冰
  1. 3

    0下载:
  2. (good)平滑,锐化,中值滤波,边缘检测,傅里叶变换-(Good) smoothing, sharpening, median filtering, edge detection, Fourier transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:722652
    • 提供者:刘冰
  1. plateVs2003

    1下载:
  2. 自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19981344
    • 提供者:liren
  1. smoothingsharpening

    0下载:
  2. 将pepper图像分别进行平滑和锐化处理,滤波掩模为1/9[1 1 1 1 1 1 1 1 1]和[0 -1 0 -1 5 -1 0 -1 0]分别滤波后的图像。-The pepper image smoothing and sharpening, respectively, filter mask for the 1/9 [1 1 1 111 111] and [0-10 -15-1 0-10] were the filtered image.
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2988877
    • 提供者:欧阳翔
  1. 41_cyq

    0下载:
  2. 可以打开bmp图像,可以进行Sobel边缘检测,可以进行图像锐化想减-Bmp images can be opened, can Sobel Edge Detection, Image sharpening can be reduced to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3763810
    • 提供者:yue
  1. demo

    0下载:
  2. 对图像的各种处理,有图像灰色化 ,色彩 化,锐化-A variety of image processing, there are images of gray, the color of, sharpening, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1662033
    • 提供者:陈虾米
  1. qt

    0下载:
  2. 在qt creater环境下,进行图像处理的锐化-In qt creater environment, sharpening image processing
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:581
    • 提供者:jenny
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11603
    • 提供者:王兆云
  1. FrameGrabber

    0下载:
  2. 实现图像处理的整个模块,包含各个功能,包括滤波,锐化等-The module of image processing
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:1427437
    • 提供者:雍芝奎
  1. TemplateTrans

    0下载:
  2. 图像增强,包括模板操作,中值滤波、图形的锐化、伪彩色增强-Image enhancement, including the template operations, median filtering, graphic enhancement, false color enhancement
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4034073
    • 提供者:胡新
  1. smoothandruihua

    0下载:
  2. 基于visual c++6.0的图像平滑,图像锐化程序-Based on visual c++6.0 image smoothing, image enhancement program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:808162
    • 提供者:KDM
  1. matlab

    0下载:
  2. matlab 图像锐化 图像增强 高通滤波 巴特沃斯-image enhancement matlab image sharpening high-pass filter 波巴特沃斯
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:44715
    • 提供者:杜鹏菲
  1. TemplateTrans

    0下载:
  2. 图像增强,包括图像的平滑、锐化、边缘识别等操作-Image enhancement, including image smoothing, sharpening, edge detection and other operations
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2210688
    • 提供者:李彩
  1. Unsharp_Japan

    1下载:
  2. 使用vc++2005实现图片的清晰化和锐化 效果非常出色-Using vc++2005 achieve the picture clarity and sharpness very good results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3430621
    • 提供者:天天
  1. ImageProcessing

    0下载:
  2. 图像处理,放大缩小,锐化,滤波,编码,各种算法的边缘检测-Image processing,zoom in ,zoom out
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4345714
    • 提供者:李贝贝
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com