CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 边缘

搜索资源列表

  1. 图像处理22

    0下载:
  2. matlab的图像处理。图像编码(HUFFMAN编码)小波变换,1、 分别用sobel、Laplacian-Gaussian方法对一幅灰度图像进行边缘提取-Matlab image processing. Image Coding (HUFFMAN coding) wavelet transform, 1, respectively segmentation, Laplacian - Gaussian approach to a gray-scale image from the edge
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6383
    • 提供者:陈大明
  1. 200552823195

    0下载:
  2. 一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取 1.包含pdf文档和源代码 2.源代码code 开发环境是VC6、Matlab7 -a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pdf files and contains the source code two. Source code develo
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:192727
    • 提供者:mzb
  1. 712edge

    0下载:
  2. 边缘检测的新方法,与传统边缘检测方法的比较-new edge detection method with the traditional edge detection method of comparison
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1106
    • 提供者:杨莉
  1. 癌细胞检测

    0下载:
  2. 程序代码说明 P0701:细胞边缘检测 P0702:癌细胞形态学分析 P0703:癌细胞颜色分析 -code P0701 Note : Cell Edge Detection P0702 : Morphological analysis P0703 cancer : cancer color analysis
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:63679
    • 提供者:孙月
  1. CBIR-matlab.tar

    1下载:
  2. matlab编程,实现了基于内容的图像检索,基于颜色直方图和边缘直方图-Matlab programming, achieve a content-based image retrieval, based on the color histogram and the marginal histogram
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3696
    • 提供者:egal
  1. tuxiangfenge

    0下载:
  2. 提供的文件包含matlab的多个图象处理程序,其中有图象分割,以及图象边缘提取的.-the document contains a number of Matlab image processing procedures, which are image segmentation, and Image Edge Extraction.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1915
    • 提供者:张明
  1. edege_detection

    1下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algori
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1058
    • 提供者:高锋
  1. Edgelink

    0下载:
  2. 一个图像的边缘连接程序,可以将两幅图像无缝连接成一幅图像。-an image edge connector process, which would be two images into one seamless image.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11812
    • 提供者:丁德锋
  1. edge_detection

    0下载:
  2. sobel边缘检测及拉普拉斯边缘检测算法的matlab实现。-edge detection and segmentation Laplace edge detection algorithm to achieve the Matlab.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:63693
    • 提供者:xinxin
  1. dip2

    2下载:
  2. 基于信息融合的图像边缘检测方法研究,⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。-Edge detection method, 1 histogram equalization (histogram equalization). 2 histogram matchi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:977
    • 提供者:杨合
  1. testedge

    0下载:
  2. 用拉普拉斯算子检测图像的阶梯状边缘,其中的模板可以进行修改-Laplace operator to detect the ladder-like image edge, which could be a template for change
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:787
    • 提供者:王婷
  1. matlab4

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

    • 发布日期:2008-10-13
    • 文件大小:41150
    • 提供者:李明
  1. myedgeanddivide

    0下载:
  2. 该压缩包的程序实现对图像的边缘进行检测,并且对图像进行阈值分割。源码全部为自己编写,效果不错。不知道上传matlab的源码能不能开通会员,所有上传的都是自己的代码,虽然有些简单但是都是自己的劳动,刚起步,希望和大家交流。-of the compressed image program to the brink for testing and the right image thresholding segmentation. Source for all the preparation work
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:李文
  1. cancer

    1下载:
  2. 细胞检测,通过细胞边缘跟踪,迭代阈值分割算法,检测细胞边缘,计算细胞大小,对细胞进行判断-cell detection, tracking through the edge of the cells, iterative threshold segmentation algorithm to detect the edge of the cells, the cell size, right cells judgment
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:29089
    • 提供者:夏蓉
  1. P0701

    0下载:
  2. 腐蚀算法在边缘识别中的应用,具有较好的边缘识别能力。-edge corrosion identification algorithm in the application is on the brink of better recognition ability.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1243
    • 提供者:王国刚
  1. matlabxby

    0下载:
  2. 小波边缘检测matlab程序 matlabxby.rar-wavelet edge detection procedures matlabxby.rar Matlab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1718
    • 提供者:张伟
  1. CircleDetectionArithmetic

    0下载:
  2. 在Matlab上基于Hough变换开发的快速圆检测方法,可应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。 -in Matlab Hough transform based on the rapid development of a round detection method can be applied to the detection of iris image, the completion of the iris, outside edge positioning.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1329
    • 提供者:djksdf
  1. shuzituxiang3

    0下载:
  2. 数字图象处理--边缘检测实验 sobel/prewitt/roberts-digital image processing -- edge detection experiments segmentation / prewitt / roberts
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:42674
    • 提供者:张文
  1. pcnn

    2下载:
  2. 这是pcnn用于边缘检测的matlab源代码,希望对大家有用。-edge detection for the Matlab source code, we hope that the right useful.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2125
    • 提供者:高春霞
  1. bianyuanjiece

    0下载:
  2. 一个很好的进行边缘检测的matlab源代码,对于初学边缘处理的人有较大帮助-a good edge detection of Matlab source code for a novice edge with the greater help
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6325
    • 提供者:黄玉
« 1 2 3 4 56 7 8 9 10 ... 28 »
搜珍网 www.dssz.com