搜索资源列表

  1. 实现图象平滑.锐化

    0下载:
  2. 用VC实现的图像平滑,锐化代码。调试正确。放心使用。-with VC image smoothing, sharpening code. Debugging correct. Assured use.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24897
    • 提供者:刘永平
  1. MATLAB图像处理源程序

    3下载:
  2. 程序代码说明

    P0201:MATLAB赋值

    P0202:MATLAB中的for循环

    P0203:MATLAB中的for循环和if条件

    P0205:MATLAB图像处理的基本操作

    P0206:MATLAB高级图像处理操作

    P0207:根据RGB图像创建一幅灰度图像

    P0208:二值图像的取反操作

    P0209

  3. 所属分类:matlab例程

    • 发布日期:2009-01-02
    • 文件大小:87980
    • 提供者:wilsonwong
  1. 图像梯度锐化及微分处理

    0下载:
  2. 图像平滑往往使图像锐化、轮廓变得模糊,为了减少这类不利的影响,就需要通过图像锐化技术,使图像变得清晰。
  3. 所属分类:图形图像处理(光照,映射..)

  1. 基于C++ 的真彩色图像处理

    0下载:
  2. 真彩色图像是由红、黄、蓝三基色组成, 针对真彩色数字图像的特点, 对图像可以进 行各种多媒体效果的处理, 实现平滑、锐化、马赛克等多种特效处理。
  3. 所属分类:技术管理

    • 发布日期:2011-02-05
    • 文件大小:450302
    • 提供者:zhongzhong532
  1. 实现图象平滑(去噪声),锐化算法的源代码

    0下载:
  2. 对高质量数字图像实行图像平滑,提高图片质量,并去掉噪声!-to implement high-quality digital image smoothing images, enhance picture quality and eliminating noise!
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-10
    • 文件大小:23552
    • 提供者:呵呵
  1. pinghua

    0下载:
  2. 包含对一幅扫描图像进行锐化,平滑,中值滤波等基本的算法。-include image edge,smooth, median filter arithmetic
  3. 所属分类:图形图象

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:邹少林
  1. 图像增强处理

    0下载:
  2. 使用了Box平滑模板、高斯平滑模板、拉普拉斯锐化模板对图像进行增强处理。-This project make use of Box moduling board,Goss moduling board and Laplas moduling board to enhance the images.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:doctorsuo
  1. 实现图象平滑.锐化

    0下载:
  2. 用VC实现的图像平滑,锐化代码。调试正确。放心使用。-with VC image smoothing, sharpening code. Debugging correct. Assured use.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:24576
    • 提供者:刘永平
  1. 图像增强算法

    0下载:
  2. 可对灰度图像进行平滑锐化,在VC++6.0环境下执行,如有错误情批评指正。-be right for the smooth gray image sharpening, the VC 6.0 circumstances, and if circumstances criticism correcting mistakes.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-10
    • 文件大小:336896
    • 提供者:王丽
  1. ImageProcessingoooop

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

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:qq
  1. matlabfftifft

    0下载:
  2. matlab下对图像进行fft变换,平滑,锐化,中心化傅立叶正变换得到大正方形,小正方形,斜正方形。对其频谱进行中心化处理。图像的平滑和锐化,利用拉普拉斯算子。-Matlab right image fft transform, smoothing, sharpening, is the center of the Fourier transform large square, small square, ramp square. It
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:1032192
    • 提供者:zidan
  1. conv_template1

    0下载:
  2. 输入一个模板,对已知图像进行滤波,实现图像的平滑,锐化以及边缘提取等功能-Enter a template, the known image filtering, image smoothing, sharpening and edge detection functions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:陆波
  1. Programs

    2下载:
  2. 2、图像增强: 图像增强也称为图像锐化,其目的是为了加强图像中的轮廓边缘等细节信息。 与图像平滑一样,也可分别在空域和频域进行图像增强。 在空域中进行图像锐化: 将原图像与 相减可以得到经过锐化处理的图像g(i,j),即: g(i,j)= f(i,j)- = f(i,j)-α[f(i+1,j)+ f(i-1,j)+ f(i,j+1)+ f(i,j-1)-4 f(i,j)] = f(i,j)+4α[f(
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:162816
    • 提供者:
  1. ruihua

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

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:英子
  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-06-10
    • 文件大小:100352
    • 提供者:山东省
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering im
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:tony
  1. work

    0下载:
  2. 用MATLAB实现,基本的图形变换、图像的各种滤波、平滑、锐化、图像的直方图变换-Basic graphics transformation, the image of a variety of filtering, smoothing, sharpening, image histogram
  3. 所属分类:图形图象

    • 发布日期:2024-06-10
    • 文件大小:340992
    • 提供者:apple
  1. edge_filter_linear

    0下载:
  2. 1、均值平滑、中值平滑和低通滤波平滑 2、高斯拉普拉斯算子对图像边缘的增强, 3、彩色图像的锐化,-1, the mean smoothing, median smoothing and smoothing low pass filter 2, Laplacian of Gaussian edge enhancement, 3, color image sharpening,
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:许耀宗
  1. 图像处理 图像增强 锐化 平滑

    0下载:
  2. 图像处理 图像增强 图像锐化 图像平滑等多种算法(Image processing, image enhancement, sharpening, smoothing)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:4116480
    • 提供者:xiaomiarmy
  1. 图像增强(平滑锐化)

    0下载:
  2. 图像增强锐化 亲测成功,有需要的可以试试。 导入图形的那个地方自己手动改下就OK(ioudigui 54 IJIO ITP P=P []U 5)
  3. 所属分类:图形图象

    • 发布日期:2024-06-10
    • 文件大小:7168
    • 提供者:大玲
« 12 3 4 5 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org