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

搜索资源列表

  1. sharpen.rar

    0下载:
  2. 比较好的图像锐化程序源码。在C环境下编译通过。,Relatively good source image sharpening process. Environment in the C compiler through.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3708
    • 提供者:许益铭
  1. ruihua.rar

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

    • 发布日期:2017-03-29
    • 文件大小:3476
    • 提供者:英子
  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  1. Image_Processing

    0下载:
  2. image processing VB Changed Lighten/Darken to Adjust Brightness - Added progress bar and save option (due to demands) - Added new adjustment : Color Balance - Added new filters : Diffuse, Emboss, Lighting Effects, Sharpen, and Solarize
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:101226
    • 提供者:som
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. SHARP

    1下载:
  2. 锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出-Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features o
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:1756
    • 提供者:顾艳华
  1. unsharp

    0下载:
  2. Unsharpen an image - used to sharpen an image. Sharpening emphasizes texture and detail, and is critical when post-processing most digital images. An unsharp mask cannot create additional detail, but it can greatly enhance the appearance of d
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:635
    • 提供者:Milos
  1. alter

    0下载:
  2. 强大的JAVA图像处理程序。可以实现图像的处理,锐化,模糊,傅立叶变换等功能。-JAVA powerful image-processing procedures. Image processing can be achieved, Sharpen, Blur, Fourier transform functions.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:253399
    • 提供者:陈美美
  1. 61549835image-compress-denoise

    0下载:
  2. 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11555
    • 提供者:chen peilin
  1. SUCCESS

    1下载:
  2. 该程序有很多C#开发的图片处理算法,如阈值,灰度,反色,模糊,锐化等,以及非矩形选框等,在VS2005环境下开发的,所有功能均通过测试,-The program has a lot of C# development of image processing algorithms, such as threshold, grayscale, anti-color, blur, sharpen, as well as non-rectangular box and so on, in the VS2
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4633545
    • 提供者:xiss li
  1. laplace-sharpen

    0下载:
  2. Laplacian sharpening method for edge detection of image
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:40066
    • 提供者:ma
  1. ImageProcess

    0下载:
  2. 对图像进行多种方法平滑,锐化处理,sobel,hough边缘检测,中值滤波去燥等功能-Variety of methods for image smoothing, sharpening, sobel, hough edge detection, median filtering and other functions to the dry
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:119743
    • 提供者:skylost
  1. Image-sharpening

    0下载:
  2. 图像锐化子程序,在VS2008+OpenCV2.1上实现。-Image sharpening routine in VS2008+ OpenCV2.1 to achieve.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:993
    • 提供者:跳眺
  1. Basic

    0下载:
  2. Basic image enhancement techniques like digital conversion , filter image , enhance image , sharpen image , Negative conversion , detect edges , Histogram equivalent -Basic image enhancement techniques like digital conversion , filter image , enhanc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:914
    • 提供者:ckgk
  1. sharpen

    0下载:
  2. android.graphics.Camera可以对图像执行一些比较复杂的操作,诸如旋转与绽放,与Matrix可实现图像的倾斜。 个人总结Camera与Matrix的一些区别如下: Camera的rotate()相关方法是指定某一维度上旋转指定的角度。 Matrix的rotate()相关方法实现的效果是顺时针旋转指定的角度;与Camera指定Z轴旋转效果相同,但方向相反。 Camera的translate()方法根据某一维度上视点的位移实现图像的缩放,与Matrix的
  3. 所属分类:android

    • 发布日期:2017-06-02
    • 文件大小:15232493
    • 提供者:Natalie Chan
  1. image-enhancement-function

    0下载:
  2. 伽马变换,直方图均衡化,直方图修正方案123,自适应全局直方图均衡局部锐化,中值滤波-Gamma transform, histogram equalization, histogram modification scheme 123, adaptive global histogram equalization local sharpen the median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:4704
    • 提供者:zzz
  1. image-sharpen

    0下载:
  2. 图像的锐化处理 各类算子 Sobel算子 拉普拉斯算子 Robert算子等-Sharpen of Images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:50732
    • 提供者:汪晨
  1. smth-and-sharpen

    0下载:
  2. 图像锐化:梯度算子、Roberts算子、Sobel算子边缘检测处理和Laplace算子边缘增强处理,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出。 图像平滑主要目的是减少噪声对图像的影响。平滑线性滤波和中值滤波两种。-Image Sharpening: gradient operator, Roberts operator, Sobel operator edge detection processing, and the Laplace operator edge enhanc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:98391
    • 提供者:汪晨
  1. gitpan-Image-Filter

    0下载:
  2. 各种图像滤波算法模块,包括:blur,gaussian,Oilify,Pixelize,Sharpen,Eraseline,Invert,Oilify等,国外网站上下载.-A variety of image filtering algorithm modules, including: the blur, gaussian, Oilify Pixelize, Sharpen, Eraseline, Invert, Oilify and other overseas sites to downl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:96454
    • 提供者:胡闹
  1. sharpen-and-unline

    0下载:
  2. 这个是图像的锐化和图像的非线性变化(包括对数变化和指数变化)-This is a sharpening of the image and the image nonlinear changes (including a number of changes and index changes)
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:638
    • 提供者:李丹
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com