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

搜索资源列表

  1. Smooth1

    0下载:
  2. 这段代码是最基础的的图像平滑处理代码。 可以提供给初心者学习的。-This code is the most basic image smoothing code.初心者available to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:259616
    • 提供者:zengke
  1. pinghuachuli

    0下载:
  2. 对图像进行平滑滤波。包括构建完整的CDib类,以及各种算法下的图像滤波方式。我想这对研究图像的人会有一些帮助吧-Image filtering. Including building a complete CDib category, as well as various image filtering algorithms under way. I think this research will have some images of people to help you
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:333186
    • 提供者:victor
  1. smooth

    0下载:
  2. 图像平滑、锐化、中值滤波以及拉普拉斯变换。。h文件如下 #include "windows.h" #define IDM_LOADBMP 1 #define IDM_EXIT 2 #define IDM_SMOOTHING_BOX 40007 #define IDM_SMOOTHING_GAUSS 40008 #define IDM_SHARPENING_LAPLACIAN 40009 #define IDM_HMEDIAN 40046 #define I
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:4000
    • 提供者:万兴
  1. fftfilt

    0下载:
  2. 对图象进行频域滤波,去除噪声,生成平滑图象,主要针对灰度图象-Of image frequency domain filtering to remove noise, to generate smooth images, mainly for gray images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:292542
    • 提供者:林慧
  1. werwerwer

    0下载:
  2. 对灰度图象进行正交变换,并进行滤波,产生平滑图象-Gray-scale images of the orthogonal transformation, and filtering to produce a smooth image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:274243
    • 提供者:林慧
  1. chap03

    0下载:
  2. 第三讲 图象的平滑(去噪声),锐化 共4张图-The third talk Image Smoothing (to noise), sharpening a total of 4 plans
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:25610
    • 提供者:王鹏
  1. SMOOTH

    0下载:
  2. 这是关于图象处理的VC++代码,一种平滑算法,供需要的朋友们使用.-This is about image processing VC++ Code, a smoothing algorithm for the needs of my friends use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:132294
    • 提供者:fujay
  1. Ch07

    0下载:
  2. 数字图像处理图像平滑处理经典方法,高斯平滑-Digital image processing to deal with the classical method of image smoothing, Gaussian smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:1004605
    • 提供者:leowang
  1. illumination-normalization

    0下载:
  2. 这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here p
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:251406
    • 提供者:小单
  1. program

    0下载:
  2. 图像的预处理包括图像增强平滑滤波锐化等内容-Image preprocessing, including image enhancement, such as content filtering sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5558
    • 提供者:qt
  1. LRG31

    0下载:
  2. 图象邻域平均,,实现3×3邻域平均和7×7邻域平均的平滑处理,再将其改进,实现改进邻域平均的平滑处理-Image neighborhood average, and achieve 3 × 3 neighborhood average, and 7 × 7 neighborhood average smoothing, and then its improvement, to achieve improvements in the neighborhood average smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:971
    • 提供者:赵少敏
  1. VC1130

    0下载:
  2. 一个图像处理程序,完成了缩放、平滑、锐化、融合等。输入格式是bin-An image processing procedures, completed a zoom, smooth, sharpen, integration and so on. Input format is bin
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:236110
    • 提供者:whq
  1. morph32e

    0下载:
  2. 用于图像的处理,比如图像的变形以及平滑操作等-For image processing, such as image distortion and smooth operation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:337053
    • 提供者:lcy
  1. TemplateTrans

    0下载:
  2. 图像的增强,包括图像平滑,中值滤波,图像锐化,伪彩色和假彩色增强-Image enhancement, including image smoothing, median filtering, image sharpening, pseudo-color and false color enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:109875
    • 提供者:吴铮
  1. Visual_C++_Imageprocessing_practice

    0下载:
  2. 《Visual C++.NET数字图像处理实例与解析》配套的源码,包含许多基本图像处理算法,涵盖平滑,锐化,边缘检测,识别等各个图像处理范围。- Visual C++. NET examples of digital image processing and analysis, the source package that contains many basic image processing algorithms, covering smooth, sharpen, edge detec
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:229153
    • 提供者:张伟
  1. DigitalImageProcessing5

    0下载:
  2. 原理与分类 空域滤波器的定义、原理、分类 平滑滤波器 均值滤波器、中值滤波器、基本低通滤波器 锐化滤波器 微分滤波器、基本高通滤波器 -Principle and classification of airspace filter definition, principle, classification smoothing filter mean filter, median filter, basic low-pass filter sharpening filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8763367
    • 提供者:wnl
  1. 3phxzcl

    0下载:
  2. vc6.0开发的MFC小程序,对图像作平滑消噪处理-MFC small vc6.0 developed procedures for smoothing the image de-noising processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:240001
    • 提供者:Matthew
  1. VC++smoothfilter

    0下载:
  2. 压缩包内含有VC++图像处理中的平滑滤波例程-Compressed packets contain VC++ Image processing smoothing filtering routines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:269249
    • 提供者:jly
  1. Source2

    0下载:
  2. 名称:基于VB的平滑滚动字幕的实现 源代码名称:src 调试环境:Win XP;VB 6.0-Name: Based on the VB of the realization of smooth rolling subtitles source code name: src debugging environment: Win XP VB 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:2649
    • 提供者:xiaoliang
  1. ImageShow3

    0下载:
  2. 此代码是对图像进行平滑处理和锐化处理,只要打开图像点击按钮就对图像进行相应的处理了。-This code is an image smoothing and sharpening, as long as the click of a button to open the image on the corresponding images as well.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:57697
    • 提供者:
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com