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

搜索资源列表

  1. Smoothed_Sobel_Gradient

    0下载:
  2. Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:88559
    • 提供者:shen hong
  1. ruihua

    3下载:
  2. 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。-Several image sharpening, including sobel operator, roberts gradient and laplace operator sharpening. And will contrast the four images together.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:74977
    • 提供者:o璐璐
  1. EdgeContour

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测 Hough变换,轮廓提取,轮廓跟踪-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm are: Robert operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3987811
    • 提供者:lgy
  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. JAVA

    2下载:
  2. 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-12
    • 文件大小:37192
    • 提供者:范卫华
  1. MatlabRidgeDetection

    0下载:
  2. Matlab多种图像边缘检测方法 1、用Prewitt算子检测图像的边缘 2、用不同σ值的LoG算子检测图像的边缘 3、用Canny算子检测图像的边缘 4、图像的阈值分割 5、用水线阈值法分割图像 6、对矩阵进行四叉树分解 7、将图像分为文字和非文字的两个类别 8、形态学梯度检测二值图像的边缘 9、形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Matlab a variety of image edge detection method 1, u
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8662
    • 提供者:
  1. sobel

    1下载:
  2. Sobel算子进行图像边缘检测的DSP实现,其中还附带了实验说明,及其报告,在DSP6713上,打开就可以实现。-sobel dsp6713
  3. 所属分类:其他小程序

    • 发布日期:2013-05-15
    • 文件大小:1097005
    • 提供者:朱清坤
  1. sobel

    0下载:
  2. 简单的java图像处理 实现垂直边缘检测算子 -Java simple image processing to achieve a vertical edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:672
    • 提供者:liuqing
  1. SUSAN

    0下载:
  2. SUSAN算子检测图像边缘和角点,可以自己定义不同的检测模板,实现不同功能的角点检测。-SUSAN operator detect image edges and corners, can define a different template to different functions of the corner detection.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:2730
    • 提供者:陈全齐
  1. e2

    0下载:
  2. 对图像进行频率域图像增强,计算并画出此图像的中心化频率谱,用拉普拉斯算子对此图像锐化。 -The image frequency domain, image enhancement, calculate and draw the image of the center of the frequency spectrum, this image with a Laplacian sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:634
    • 提供者:potato
  1. sobel

    0下载:
  2. c++图像边缘检测-sobel算子实现的边缘检测-c++ image edge detection sobel operator to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2165
    • 提供者:朱俊
  1. edge_filter_linear

    1下载:
  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

    • 发布日期:2017-04-05
    • 文件大小:1914
    • 提供者:许耀宗
  1. SIFT

    0下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:951
    • 提供者:杨博明
  1. ASD

    5下载:
  2. 自适应子空间分解(ASD)算法的程序。用于高光谱图像降维-ASD on hyperspectral
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:660
    • 提供者:王玉磊
  1. Digital.Image.Processing

    0下载:
  2. 数字图像处理 直方图修正 空间域平滑 空间域锐化 梯度倒数加权平滑法 中值滤波 多种算子锐化 灰度最相近的6个邻点平均法-Histogram correction of digital image processing spatial spatial smoothing sharpening Gradient Inverse Weighted Smoothing median filter operator sharpening a variety of gray nearest neighbo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2737257
    • 提供者:upc
  1. edge_detector

    0下载:
  2. Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3926
    • 提供者:hq
  1. imageWorm

    0下载:
  2. 基于LOG算子的亚象素精度灰度图检测,图像滤波,降分辨率等算法的VC实现-LOG-based operator of the sub-pixel grayscale accuracy of detection, image filtering, such as lower-resolution algorithm to achieve the VC
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:78900
    • 提供者:张磊
  1. 719522543531372

    0下载:
  2. 利用Sobel边缘算子法对图像进行边缘提取的源代码利用Sobel边缘算子法-use Sobel edge operator France, the image edge extraction using the source code Sobel edge operator France
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:944
    • 提供者:mokran
  1. 54353137221`1

    0下载:
  2. 利用Sobel边缘算子法对图像进行边缘提取的源代码利用Sobel边缘算子法-use Sobel edge operator France, the image edge extraction using the source code Sobel edge operator France
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:944
    • 提供者:jindalrae
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com