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

搜索资源列表

  1. sztxbyjc

    0下载:
  2. 所谓边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-Edge refers to the so-called partial image brightness changes in the most notable part of it is to test local image change significantly change th
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:阿辉
  1. imageimpose

    0下载:
  2. 数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterwo
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:10774
    • 提供者:王晓明
  1. edgaijin

    0下载:
  2. 边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-edge means partial image brightness changes the most significant part of it is partial image change detection significantly change the basic arithme
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:96960
    • 提供者:beibeidai
  1. avegradaedge_intensity

    3下载:
  2. 计算图像的平均梯度和边缘强度的matlab源码,M文件形式-Calculating the average image intensity gradient and the edge of the matlab source, M documents in the form
  3. 所属分类:Graph program

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:
  1. PUDN

    0下载:
  2. My code is implementation of classic snakes, according to the article of Active contour model. I m making reduction of external curve to the center which searching for extremum (the strongest intensity gradient of edge).
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:3236
    • 提供者:paz
  1. 3D_VECTOR_CONTROL

    0下载:
  2. 三维矢量控件.本控件具有下面特征: 从CButton派生的3D矢量MFC控件。 在3D球体上进行实时光显示。 可变球体半径和位置。 支持位图背景。 支持垂直颜色渐变背景。 可变球体颜色、光颜色和周围颜色。 可变光强度。 支持附加控件(自动更新)。 支持鼠标敏感。 支持前向剪切。 支持下面事件的回调函数: 1. 跟踪球体移动。 2. 用户释放跟踪球,也就是,矢量改变。-Three-dimensional vector c
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:47433
    • 提供者:jayjay
  1. ImageProcessing-CircleDetection-RenatoSalas_final

    0下载:
  2. The present report outlines the design, implementation and performance of the application of Hough Transform (HT) to detect circles in arbitrary pictures. Detecting circles in arbitrary pictures involves a two step process in this project. First,
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1108062
    • 提供者:donna
  1. Removing-Shadows-from-Images

    0下载:
  2. For this project, the shadow removal method used by Finlayson et al. in [1] was implemented. This report contains an overview of the mathematical background and a detailed discussion on the experiments performed with the implementation. This me
  3. 所属分类:File Formats

    • 发布日期:2017-05-13
    • 文件大小:3089729
    • 提供者:dermeche
  1. CANNY

    0下载:
  2. CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7105
    • 提供者:王之盈
  1. GradEnergy

    0下载:
  2. Saliency Map based on intensity gradient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:700
    • 提供者:PhilipMorris
  1. src_mrogh

    0下载:
  2. 旋转不变描述子,在PAMI上发表,文章作者编写的源码。-An implementation of MROGH descr iptor For more information, refer to: Bin Fan, Fuchao Wu and Zhanyi Hu, Aggregating Gradient Distributions into Intensity Orders: A Novel Local Image Descr iptor,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:5526
    • 提供者:dong
  1. CV

    0下载:
  2. 针对传统Chan-Vese(CV)模型对公路路面破损图像分割的局限性,将图像梯度信息引入CV 模型,利用路面破损区域纹理与背景的 不同,对图像进行分割。引入梯度阈值,将图像的灰度信息和纹理信息相结合,从而使分割方法更具灵活性-Distress image segmentation on the road surface limitations for traditional Chan-Vese (CV) model, the introduction of image gradient in
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:1601619
    • 提供者:jim
  1. 1990---computing-two-motions-from-three-frames.ra

    0下载:
  2. Image registration finds as variety of application in computer vision. This paper present a new image registration technique that makes use of the spatial intensity gradient of the images to find a good match using a type of Newton-Raphson iteration
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:574248
    • 提供者:Jenny
  1. SimpleColorDetectionByHue

    0下载:
  2. matlab code image video processing in many applications. intensity gradient and colour histogram cues as observation model used for multi target tracking
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:6678
    • 提供者:Abd
  1. imageMorphology

    0下载:
  2. Thresholding is used to segment an image by setting all pixels whose intensity values are above a threshold to a foreground value and all the remaining pixels to a background value. Whereas the conventional thresholding operator uses a global th
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:473618
    • 提供者:dimpee
  1. CE_Upload

    0下载:
  2. Thresholding is used to segment an image by setting all pixels whose intensity values are above a threshold to a foreground value and all the remaining pixels to a background value. Whereas the conventional thresholding operator uses a global th
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:804795
    • 提供者:dimpee
  1. Shaped_Histograms

    0下载:
  2. Thresholding is used to segment an image by setting all pixels whose intensity values are above a threshold to a foreground value and all the remaining pixels to a background value. Whereas the conventional thresholding operator uses a global th
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1727980
    • 提供者:dimpee
  1. prewwit

    0下载:
  2. The Prewitt operator is used in image processing, particularly within edge detection algorithms. Technically, it is a discrete differentiation operator, computing an approximation of the gradient of the image intensity function. At each point in the
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:ali
  1. WYDP75

    1下载:
  2. Brain Tumor Detection, Demarcation and Quantification via MRI Under the scope of this paper an algorithm has been developed which takes the gradient differential as main criteria for identification of the brain tumor. The algorithm also tries to sk
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11052599
    • 提供者:satya kumar
  1. Graphics-and-Image-Processing

    0下载:
  2. 包括图像编辑(图像缩放,图像旋转,图像裁剪,纹理映射),图像分析(像素选择,强度描述,图像轮廓,绘制直方图),图像调整(直方图均衡化,阈值化,灰度变换),图像平滑(加噪,中通滤波,低通滤波,图像复原),图像锐化(采用Sobel算子,拉式算法,空域高通滤波,频域高通滤波,梯度法),图像高级处理(边缘检测,图像分割),小波分解(一次小波分解,两次小波分解,第一层小波重构)和图像彩色增强(假彩色增强)的GUI图形图像处理。-Including image editing (image scaling,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:236545
    • 提供者:高蒙迪
« 12 »
搜珍网 www.dssz.com