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

搜索资源列表

  1. c第二章 matlab语言基础h2

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8.37kb
    • 提供者:肖雷
  1. Matlabbased-gesturerecognition 用matlab做的手势识别

    7下载:
  2. 用matlab做的手势识别 基于梯度方向直方图特征提取 欧氏距离判断-Gesture recognition with matlab do the gradient direction histogram feature extraction based on Euclidean distance to determine
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-04
    • 文件大小:2.95mb
    • 提供者:袁永金
  1. sobelEdgeDetection.rar

    1下载:
  2. Sobel算子边缘增强算法,利用梯度下降原理边缘化图象,Sobel operator enhancement algorithms, using gradient descent principle marginalized image
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:878byte
    • 提供者:江边漫步
  1. spetial_image_enhancement.rar

    0下载:
  2. 分别通过高斯低通滤波,梯度运算和拉普拉斯算子对图像进行增强。含有GUI操作界面,Through Gaussian low-pass filtering, the gradient operator and Laplacian image enhancement. Contains a GUI interface
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:93.56kb
    • 提供者:顔瞳
  1. Image_Enhancement.rar

    2下载:
  2. 首先使用拉普拉斯变换突出图像中的小细节,然后用梯度法突出其边缘。将变换图像与原图叠加,得到混合增强后的图像;最后对图像进行灰度变换(幂次变换),Laplace transform to highlight the first to use images of small details, and then use the gradient method to highlight its edge. Will transform the image with the image overlay,
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:86.95kb
    • 提供者:shen hong
  1. ImageProcessing.rar

    0下载:
  2. 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:221.31kb
    • 提供者:程璞
  1. GradientMI.rar

    0下载:
  2. 互信息和梯度相结合的图像配准算法,在配准中引入了图像的空间信息,Mutual information and gradient combination of image registration algorithm, the introduction of registration in the image of the spatial information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6.61kb
    • 提供者:施志萍
  1. matlab-m

    0下载:
  2. matlab m文件运用5种不同的梯度增强法进行图像锐化和图像的高通滤波和掩模处理-matlab m files using five different gradient method for image enhancement and image sharpening high-pass filter and mask handling
  3. 所属分类:Wavelet

    • 发布日期:2016-01-25
    • 文件大小: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. 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
    • 文件大小:1.71kb
    • 提供者:顾艳华
  1. Texture-features

    2下载:
  2. matlab编写的用于实现灰度共生矩阵,灰度-梯度共生矩阵,灰度直方图,协方差系数,LOG滤波器的源代码了。全部经过测试,可以直接使用。对于做纹理分析很有帮助。一共有五个代码-matlab prepared for the realization of Gray Level Co-occurrence matrix, gray- gradient co-occurrence matrix, gray histogram, covariance coefficients, LOG source c
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:4kb
    • 提供者:jd
  1. Robert

    0下载:
  2. 实现并比较不同梯度边缘检测方法(普通梯度、Robert、Sobel、Prewitt、Laplace、LOG和Canny) -Implementation and compare the different gradient edge detection method (general gradient, Robert, Sobel, Prewitt, Laplace, LOG, and Canny)
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:49.33kb
    • 提供者:印象小七
  1. nonrigid_version7b

    1下载:
  2. 非刚性图像配准算例,包括最速梯度下降优化、二次样条、2D/3D配准、互信息最小化、3D仿射等多种配准算法。 非刚性配准是当前应用最多的配准方法,用于处理有较大位移的配准问题-Non-rigid image registration examples, including the steepest gradient descent optimization, quadratic spline, 2D/3D registration, mutual information minimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:240.28kb
    • 提供者:zhangji
  1. matlab_4

    1下载:
  2. 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:50.45kb
    • 提供者:pride
  1. imageevaluation

    2下载:
  2. 图像质量评价,熵、平均梯度、边缘强度、方差等-Image quality evaluation, entropy, average gradient, edge strength, variance, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:fanwentao
  1. conjugate gradient method

    1下载:
  2. matlab编写的共轭梯度法,用来解决非线性优化问题-matlab prepared by the conjugate gradient method is used to solve nonlinear optimization problems
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-04
    • 文件大小:9.47kb
    • 提供者:zh
  1. gradient

    1下载:
  2. 图像梯度计算 遥感图像处理必备 非常实用 欢迎下载-Remote sensing image processing image gradient calculation is very useful are welcome to download necessary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4.21kb
    • 提供者:wangyuandong
  1. phogDescriptor

    0下载:
  2. 在输入区域上计算输入图片的梯度直方图(PHOG)-Computes Pyramid Histogram of Oriented Gradient over a ROI
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.87kb
    • 提供者:janet
  1. color-gradient

    0下载:
  2. 对于一幅彩色图像来说,可以对于三个通道进行分别梯度,然后选取最大值组成一幅梯度图像-color gradient matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:704.6kb
    • 提供者:曾敏
  1. 图像清晰度评价指标Matlab

    4下载:
  2. 图像清晰度评价函数说明 1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。 文件名:entropy.m 结果:EN 2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。 文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE 3、峰值信噪比: PSNR越高,说明融合效果与质量越好。 文件名:psnr.m 结果:PSNR 4、Qabf: 评价边缘或梯度质量,越大边缘越明显 文件名:Qab
  3. 所属分类:图形图象

    • 发布日期:2019-07-03
    • 文件大小:305kb
    • 提供者:随风之鱼
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com