搜索资源列表

  1. VC++DigitalImagingProssing

    1下载:
  2. VC++图像处理程序设计-杨淑莹-配套源码: 本书介绍了各种数字图像处理的算法及编程实现技术。全书由13章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPIG图像的压缩编码。 -VC++ Image processing program design
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:13535232
    • 提供者:夏瑞雪
  1. lixiang

    0下载:
  2. 通过理想高通滤波器实现对图像的锐化,图像锐化的目的是突出图像的边缘信息,加强其图像的轮廓特征,以便于人眼和机器的识别。-Through the realization of the ideal high-pass filter for image sharpening, image sharpening is designed to highlight the edge of the image information, to enha
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:lushan
  1. graphicexperiment

    0下载:
  2. 用MATLAB实现数字图像处理的块编码,数字化,锐化,灰度级变换,直方差均衡等等。-Using MATLAB realization of digital image processing block coding, digitization, sharpening, gray-scale transformation, and so straight variance balanced.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:293888
    • 提供者:maoyun
  1. sharp

    0下载:
  2. 用matlab语言实现图像的锐化算法,效果很好,可以参数值设置不同可得到不同的锐化效果-Matlab language used to achieve image sharpening algorithm, well, you can set different parameter values can be different sharpening effect
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:fengye
  1. LRG51

    0下载:
  2. 实现两种锐化图像输出,要求采用两种梯度算子: (1)Sobel梯度算子(2)拉普拉斯算子:-The realization of two types of sharpening the image output request using two gradient operator: (1) Sobel gradient operator (2) Laplacian:
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:赵少敏
  1. ImageProcess

    0下载:
  2. 用vc++6.0实现的图像锐化算法(实现了多种常见的锐化算子)和伪彩色增强算法,可以调节颜色范围,算法设计优良,利用了运行时多态。-With vc++ 6.0 achieve image sharpening algorithm (to achieve a wide range of common sharpening operator) and pseudo-color enhancement algorithms can adjus
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:182272
    • 提供者:孙宇
  1. 3

    0下载:
  2. 图像处理常用攻击源码,直方图均匀化,图像锐化,锐化处理 -Common source of image processing attacks, histogram homogenization, image sharpening, sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:13312
    • 提供者:wangwei
  1. image-preprocessing-2

    0下载:
  2. 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理-MATLAB using the function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of differen
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:焦竹青
  1. ruihua

    0下载:
  2. 对图像锐化,对于不明白的图像进行清晰的处理锐化。-Image sharpening, who do not understand the handling of a clear image sharpening.
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:陈伟
  1. sharpen

    0下载:
  2. 比较好的图像锐化程序源码。在C环境下编译通过。-Relatively good source image sharpening process. Environment in the C compiler through.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:许益铭
  1. Mag_Color_Snake

    0下载:
  2. 可以将应用双线性插值法放大的图像进行边缘的锐化,比方向扩散的效果要好-Can be applied bilinear interpolation to enlarge the image edge sharpening, than the direction of the effect of the proliferation of better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:朱丽平
  1. ImageProcessingSystem

    0下载:
  2. 主要功能 一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。用VC 6.0编写  图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。  图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。  图像处理模块 该模块主要包括图像旋转、图像锐化
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1678336
    • 提供者:陈凯迪
  1. ruihua

    0下载:
  2. matlab图像增强包括直方均衡,平滑,锐化,具体实现源代码-matlab image enhancement, including straight side balanced, smooth, sharpen, the specific implementation source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:英子
  1. cc

    0下载:
  2. 1. 图像文件的格式;   2. 图像编程的基础-操作调色板;   3. 图像数据的读取、存储和显示、如何获取图像的尺寸等;   4. 利用图像来美化界面;   5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作;   6. 图像显示的各种特技效果;   7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:51200
    • 提供者:刘铁桥
  1. tuxiangruihua

    0下载:
  2. 图像锐化 Sobel算子:是一种空域微分算子,可以通过它锐化图象-Image Sharpening Sobel operator: is a differential operator airspace through its Sharpens Image
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:13312
    • 提供者:陈杰
  1. TemplateTrans

    0下载:
  2. 图像增强的算法,包括图像平滑,图像锐化,中值滤波-图像增强的算法,包括图像平滑,图像锐化,中值滤波等等
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-11
    • 文件大小:2169856
    • 提供者:雨下
  1. st

    0下载:
  2. 该程序实现了图像锐化 特征提取 已经中值滤波等一系列功能,希望大家互相讨论或者来完善-The program feature extraction of image sharpening filter has been in a series of functions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:小叶
  1. matlab_image

    0下载:
  2. matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子-matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive fi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:王强
  1. Matlab_image

    0下载:
  2. 5种基本图像锐化算法用matlab实现的代码-5 kinds of basic matlab image sharpening algorithm to achieve
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:spinach
  1. matlabimageprocessing

    0下载:
  2. matlab 实现对图像基本处理 包含 图像的幅度谱图及频域滤波,数字图像增强,平滑、锐化处理的模板运算,图像压缩与编码,包含原代码和任务书。图片资料齐全-basic matlab image processing to achieve the range of images and spectra of frequency-domain filtering, digital image enhancement, smoothing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:100352
    • 提供者:山东省
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org