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

搜索资源列表

  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
    • 文件大小:3.39kb
    • 提供者:英子
  1. MS-PiecewiseSmooth

    1下载:
  2. 分段光滑的MUMFORD--SHAH图像分割算法,MATLAB。实现了图像分割-Piecewise smooth -the MUMFORD- SHAH image segmentation algorithm, MATLAB. The realization of the image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:23.1kb
    • 提供者:许耀宗
  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
    • 文件大小:275.2kb
    • 提供者:刘雨相
  1. MS-PiecewiseSmooth

    0下载:
  2. 分段光滑的MUMFORD--SHAH图像分割算法,MATLAB。实现了图像分割-Piecewise smooth the MUMFORD- SHAH image segmentation algorithm, MATLAB. The realization of the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:23.94kb
    • 提供者:天空
  1. smooth

    0下载:
  2. 用matlab语言实现的图像平滑算法,效果较好,可设置不同的参数得到不同的平滑效果-Matlab language used to achieve the image smoothing algorithm, the effect is better, you can set different parameters of the smoothing effect of different
  3. 所属分类:Graph program

    • 发布日期:2016-01-26
    • 文件大小:1.01kb
    • 提供者:fengye
  1. HARTLEY.ZIP

    1下载:
  2. The frequency domain plays an important role in image processing to smooth, enhance, and detect edges of images. Although image data typically does not include imaginary values, the fast Fourier transform (FFT) has been used for obtaining spect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4.08kb
    • 提供者:archit
  1. imfilter

    0下载:
  2. 用各种尺寸的掩模平滑图像,matlab源代码-Mask of all sizes with a smooth image, matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:88.68kb
    • 提供者:zym
  1. project10-01

    2下载:
  2. 程序可以选择输出二值图像。二值图像可以通过对每个梯度点取阈值得到,其中阈值T为输入参数。并且要求结合3*3掩模的平滑运算和本实验上面的原算,并对图像进行处理,分割出图像中间的大血管区域,并将结果用二值图表示。在实验中需要对平滑运算方法和阈值T进行反复调整。-Program can choose the output binary image. Binary image can be taken for each gradient point to the threshold should be,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:132.35kb
    • 提供者:jhm
  1. Facerecognition

    0下载:
  2. 人脸识别因其在安全验证系统、信用卡验证、医学、档案管理、视频会 议、人机交互、系统公安(罪犯识别等)等方面的巨大应用前景而越来越成为 当前模式识别和人工智能领域的一个研究热点。 本文提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确
  3. 所属分类:Document

    • 发布日期:2017-05-09
    • 文件大小:2.18mb
    • 提供者:张雨
  1. tvdenoise

    4下载:
  2. 彩色或灰度图像的tvd去噪 利用总方差最小化得方法实现图像的光滑去噪的matlab小程序 由Chambolle在2004年提出 -Tvd color or grayscale image denoising was used to minimize the total variance method to achieve a smooth image denoising matlab small program made in 2004 by Chambolle
  3. 所属分类:Special Effects

    • 发布日期:2016-01-04
    • 文件大小:1.95kb
    • 提供者:李一
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:180.7kb
    • 提供者:hanyantao
  1. Face_detection_based_on_color_images

    1下载:
  2. 提出了一种基于肤色的精确人脸定位算法,详细叙述了在图片的颜色调整与肤色检测,肤色区域的平滑、 分割与填充,候选眼睛的选取及配对中遇到的具体问题并提出了解决方案. 本算法能较为准确地定位彩色图像 中的正面、小角度偏侧和旋转的人脸,还能检测出一幅图中的多个人脸.-Presents a human face based on skin color precision positioning algorithm, described in detail in the image color ad
  3. 所属分类:Graph program

    • 发布日期:2014-04-09
    • 文件大小:217.26kb
    • 提供者:hope
  1. ex_17_3

    1下载:
  2. 利用图像分割检测细胞,在获得细胞的边缘后,使用形态学中的膨胀操作和填充操作使细胞边缘跟光滑。-Cells were detected by image segmentation, the edge in access to cells, use the morphology of the expansion of operations and fill with the smooth operation of the cell edge.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:836byte
    • 提供者:力量
  1. activeContoursSnakesDemo

    0下载:
  2. 本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。 3。只要你点击“过滤器”,头发会出现交叉
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:326.37kb
    • 提供者:zhou
  1. skindetect.m

    0下载:
  2. 有效的肤色分割程序,将RGB颜色空间转化到YCbCr空间,有效处理了光照 通过形态学处理完善了图片肤色分割的圆滑程度-Skin color segmentation and effective procedure to RGB color space conversion to the YCbCr space to deal effectively with the light through the morphological processing and improved color ima
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:741byte
    • 提供者:jack
  1. mosaic

    0下载:
  2. 为兰开夏学弟们服务,CV作业,图像拼接,加权平滑融合,原创-Their services for the Lancashire Xiaxue Di, CV operation, image mosaic, weighted smooth integration of original
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:526.09kb
    • 提供者:simple
  1. Smooth

    0下载:
  2. Matlab code for image smoothing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:577byte
    • 提供者:Uncle82
  1. Smooth

    0下载:
  2. 代码实现图像的平滑,有中值滤波和平滑滤波两种方法,有用户界面,是matlab实现的。-Code image of the smooth, median filtering and smoothing are two methods, a user interface, is the matlab implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:63.44kb
    • 提供者:王宇
  1. chenxu

    0下载:
  2. 提出一种小波分析实现图像融合的方法,并给出Matlab 程序实现。该方法使用线性变换调整图像间融合度,进而实现图像渐变的特效,实验证明,该方法具有使用简单,图像过渡平滑等优点,也进一步证明小波分析在图像处理等领域具有广泛的应用。-Proposed a wavelet analysis of image fusion method, and gives Matlab program. This method uses linear transformation to adjust the degr
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:549byte
    • 提供者:xuechun
  1. image-classification

    0下载:
  2. 使用matlab实现一幅图像中图像块的分类,主要分为光滑图像块和非光滑图像块。-Use matlab achieve an image classification image block is divided into tiles smooth and non-smooth image blocks.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:27.8mb
    • 提供者:wangzengqin
« 12 3 »
搜珍网 www.dssz.com