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

搜索资源列表

  1. 24bitsColorImageProcessing

    0下载:
  2. 此源程序实现了对24位图像进行处理。里面包括了很多图形图像算法如灰度着色,滤波,特效显示,图像锐化-achieve this source of the 24 images for processing. They include a lot of graphics algorithms such as gray shading, filtering, effects, image sharpening, etc.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:415192
    • 提供者:朱圣盼
  1. BMPPro

    0下载:
  2. 包括镜像,旋转,平移,中值滤波,均值滤波,锐化等操作。-including mirroring, rotation, translation, median filtering, mean filtering, such as sharpening operation.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:720433
    • 提供者:丁运鸿
  1. ImageFrame

    0下载:
  2. 实现图像的多种处理功能,例如:OTSU分割,直方图均横化,局部增强,锐化,低通滤波。等等。-achieve a variety of image processing functions, such as : OTSU segmentation, Wang both histogram and local enhancement, sharpening, low-pass filtering. And so on.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:66175
    • 提供者:郑可可
  1. mohuyuruihua

    0下载:
  2. 在java应用程序中通过卷积操作变换ComvolveOp实现图像的模糊与锐化,思路如下: 源缓冲区图像-〉卷积过滤器-〉目标缓冲区-in java applications through convolution operators transform ComvolveOp Fuzzy Image and Sharpening thinking, as follows : buffer source image-> convolution filters-> target
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:253390
    • 提供者:xxxxzzzzyyyy007
  1. imagedesige5

    0下载:
  2. 数字图象处理的图象锐化的算法及其原代码-digital image processing image sharpening algorithm and its source
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19005
    • 提供者:刘海兵
  1. BmpFuncs

    0下载:
  2. 图像显示、均值滤波、中值滤波、图像锐化等图像处理代码-images showed that mean filtering, median filtering, image sharpening and other image processing code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:184969
    • 提供者:jevons
  1. fft_a_n_s

    0下载:
  2. 该程序是对8bit的灰度图进行傅立叶变换,平滑,加噪声,锐化等的处理-the process of 8bit grayscale for the Fourier transform, smoothing, noise increases, to deal with such Sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:90454
    • 提供者:zhengjuan
  1. 24weicaise

    0下载:
  2. 彩色图象基本处理,彩色图象的平滑处理,彩色图象的锐化处理,彩色图象的特效处理-basic color image processing, color image smoothing, color image sharpening, color image processing effects
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:419097
    • 提供者:弹弓
  1. imageprocess-vb

    0下载:
  2. 实现简单的图象处理功能,如锐化,柔化,马赛克等.可以绘制图象的直方图.由于时间仓促,代码未进行优化,图象处理速度较慢.-simple image processing functions, such as sharpening, soft, such mosaics. mapped image histogram. Because time is so short, not code optimization, image processing speed is slower.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:123553
    • 提供者:清灵五月
  1. tiduruihua

    1下载:
  2. 用VC++编的图象梯度锐化程序,必须是灰度图哟!附有测试图片,不错的程序.-VC series of the gradient image sharpening procedures must be grayscale yo! Tests with pictures, good procedures.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:43046
    • 提供者:fun
  1. quzhao

    0下载:
  2. 实现图象平滑(去噪声),锐化算法的源代码-achieve smooth images (to noise), the sharpening algorithm source code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:25082
    • 提供者:理强
  1. processingcode

    0下载:
  2. 数字图像处理源代码包括平移,旋转,锐化,降噪等各种功能以及一个已封装好的DLL,和一个VB调用DLL的实例-digital image processing source code, including translation, rotation, sharpening, Noise and other functions and have a good package DLL, and a VB DLL called examples
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2418650
    • 提供者:sarah
  1. GraphicStepAcute

    0下载:
  2. 其功能是实现对图象的梯度锐化,其中有包含一张含有数字的原始图和经过3次梯度锐化的结果以及C代码-its function is to achieve the right gradient image sharpening, these include a number containing the original map and after three gradient Sharpening the results of the C code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:47394
    • 提供者:梁剑
  1. GraphicLapuAcute

    1下载:
  2. 其功能是实现对图象的拉普拉斯锐化,文件中包含原始图和经拉普拉斯锐化后的结果图以及C代码-its function is to achieve the right Laplacian sharpening images, documents containing the original map and by the Laplacian sharpening the result of plans and C code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:149680
    • 提供者:梁剑
  1. myimageprocess3

    0下载:
  2. matlab实现图像的锐化,使用不同的算子分别对图像进行运算-Matlab achieve sharper images, the use of different operators were right image Operational
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1067493
    • 提供者:天才
  1. ImageProcessingoooop

    0下载:
  2. 图像处理完成有关直方图修改技术、平滑、锐化、几何以及频域变换等典型算法的编制,并提供对图像示例的测试结果和分析说明,开发与理论教学相配合的计算机图像处理与分析的演示系统。-image processing to complete the histogram modification technique, smooth, sharpening, geometry and the frequency domain algorithm typical transform the establishme
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2186
    • 提供者:qq
  1. RuiHuaHeBianYuanJianCe

    0下载:
  2. 该程序可以对图像进行锐化(使用各种不同的算子),还可以对图像进行边缘检测及梯度变换-the program can be right for sharpening images (using various Operator), images can also right for edge detection and Gradient Transform etc.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:661998
    • 提供者:郝光
  1. tiduruihua1

    0下载:
  2. 数字图像处理基础算法源代码,梯度锐化,好好努力啊-digital image processing algorithms based on the source code, gradient sharpening, a good effort ah
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:48013
    • 提供者:dawn
  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 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com