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

搜索资源列表

  1. VC_ImageProcessing

    2下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:280370
    • 提供者:陈镇静
  1. ShuZiTuXiangdip

    1下载:
  2. 图像处理的程序实现,基于matlab,但是没有直接采用matlab的相关语句。 内容包括:1.图像灰度直方图的显示、灰度直方图的计算 2.图像的几何变换——水平镜像图、垂直镜像图、水平错切图、垂直错切图 3.图像的平滑、锐化滤波 4.图像的阈值分割 运行程序的main函数,根据提示进行操作即可 -image processing program, based on Matlab, But not directly related to the use of Matlab statemen
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3704
    • 提供者:张焕人
  1. TImageProcess

    0下载:
  2. 一个图像处理集合的VC源代码,包括平滑、锐化、边缘增强、Hough Sobel边缘检测、傅立叶变换、腐蚀、膨胀、边缘提取等等。-a set of image processing VC source code, including smoothing, sharpening, edge enhancement, Hough Sobel edge detection, Fourier transform, corrosion, swelling, edge extraction and so on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:149687
    • 提供者:赵杰伊
  1. BlurAndSharpenDemo

    0下载:
  2. 有关图形锐化方面等的操作,编译成功后直接运行-Sharpening the graphical aspects of the operation, the compiler directly after successful operation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2551
    • 提供者:方坤
  1. smoothvc

    0下载:
  2. 这是一个实现图象的平滑(去噪声),锐化的vc程序 运行时,文件c:\\test.bmp必须存在-This is a realization of a smooth image (to noise), the sharper vc running, documents c : \\ test.bmp must exist
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:23611
    • 提供者:陈文祥
  1. smooth14

    0下载:
  2. 图象平滑,包括高斯平滑、平均平滑、中值平滑(水平和垂直方向),以及拉氏锐化-image smoothing, including Gaussian smoothing, the average smooth, smooth Value (horizontal and vertical direction), and Rumsfeld Sharpening
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23274
    • 提供者:Linyin
  1. 200582212459554

    0下载:
  2. 一个高效图像处理的程序,能实现图像增强,锐化,灰度化等多种功能-an efficient image processing procedures, able to image enhancement, sharpening, Gray multiple functions such as
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:140616
    • 提供者:张勇
  1. myVBfilter

    0下载:
  2. VB编写的滤波器,包含图像柔化,锐化,浮雕,反色等功能及算法-VB prepared by the filter, contains images soften, sharpening, coat of arms features such as color-and Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4550
    • 提供者:张勇
  1. log_images

    0下载:
  2. 包括锐化、平滑、LOG滤波器提取边缘 数学形态学的腐蚀、膨胀、骨架化、开闭运算 以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 -including sharpening, smooth, LOG filter from the brink of mathematical morphology corrosion, swelling, skeleton, opening and closing operations and fractal approach p
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:246600
    • 提供者:BF
  1. denoise1

    0下载:
  2. 实现图象的平滑(去噪声),锐化。用VC编的-achieve a smooth image (to noise), unsharp. Part of the VC
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:23497
    • 提供者:lu
  1. VC++IMAGE

    0下载:
  2. 用VC++实现了数字图像处理的程序。包括离散余弦变换,沃尔实变换,以及增强,锐化等等功能。-with VC digital image processing procedures. Including discrete cosine transform, Waldock real transformation, and enhancing, sharpening and so on.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:720672
    • 提供者:周瑞
  1. Image_Transform_deal

    0下载:
  2. 图像变换处理源代码。包括平滑、锐化、灰度、增强等。基于VC++6.0编译,无需任何改动。-images transform source code. Includes Smooth, Sharpen, gray and so on. Based on VC 6.0 compiler, without any changes.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:50118
    • 提供者:陈强
  1. lessonresouse

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

    • 发布日期:2008-10-13
    • 文件大小:670098
    • 提供者:tiantian
  1. imagefenxi1

    0下载:
  2. 显示图像的文件头和信息头,并且显示直方图,图像平滑和锐化。-show the first images of documents and information head, it also shows the histogram, image sharpening and smoothing.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:111911
    • 提供者:江水
  1. codesforimageprocessing

    1下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-simple image processing, including color to grayscale 256, the Hough transform,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3360101
    • 提供者:
  1. MasterVisualC++_NETimageprocessing

    2下载:
  2. 《VC++图象处理程序设计》 书中代码 天津理工大学 计算机科学与工程系 杨淑莹 第二章特效显示 第三章几何变换 第四章灰度变换 第五章平滑处理 第六章锐化及边缘检测 第七章图像分割 第八章形态学 第九章图像的变换域处理 第十章图像合成 第十一章24位彩色 第十二 章小波变换-"VC image processing program design" book code Tianjin Polytechnic University
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9349248
    • 提供者:
  1. DigitalImageProccessexperiment

    1下载:
  2. Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median filtering and image shar
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1055361
    • 提供者:gx
  1. 200551616402059

    0下载:
  2. 内置虑镜功能,包括获取图像的属性,锐化,模糊,浮雕等功能.可以缩放,优化图片.打开图片带预览功能,使用了gdiplus,能处理gif,bmp,jpg,png图片,处理速度也不错-consider mirror embedded functions, including access to the image attributes, sharpening, blurring, relief and other functions. Can zoom, photo optimization. Pho
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:96810
    • 提供者:奥丁
  1. Template-dip

    0下载:
  2. 拉普拉斯锐化(边缘检测)MFC编程非常实用 对边缘检测学习有帮助-Laplacian sharpening (edge detection) MFC programming very practical edge detection to help learning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:154988
    • 提供者:wu tao
  1. RegistrationMarkLocate

    0下载:
  2. 车牌定位源码,包括图像灰度化,锐化,二值化,数字定位。-source positioning plates, including gray-scale images, sharpening, binary, digital positioning.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:736250
    • 提供者:long
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com