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

搜索资源列表

  1. Image-segmentation-Extraction.

    0下载:
  2. 图像目的轮廓边缘提取检测,例子为车牌号码的检测,The purpose of edge extraction image contour detection, for example, the plate number for the detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:104.48kb
    • 提供者:李秀丽
  1. edge.rar

    0下载:
  2. opencv c++将彩色图像转换为灰度图像进行边缘检测,,opencv c++ to convert color images to gray-scale image edge detection,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:809byte
    • 提供者:wangwei
  1. An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

    0下载:
  2. 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature po
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:167.54kb
    • 提供者:memcpy
  1. edge

    0下载:
  2. Matlab函数edge:边缘检测.输入灰度图像,返回同样大小的二值边缘图像-Matlab function edge: edge detection. Input gray image, return to the same size of the binary edge image
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-26
    • 文件大小:52.05kb
    • 提供者:zhangwei
  1. Image-Edge-Detection-Using-Ant-Colony-Optimization

    1下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detectio
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:299.17kb
    • 提供者:miaosiyi
  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
    • 文件大小:3.83kb
    • 提供者:hq
  1. Example_of_edge_detection_edge_linking_and_line_se

    0下载:
  2. 这个matlab程序实现了Edge Linking and Line Segment Fitting,解压后直接运行demo.m就可以了 - edgelink.m edge linking function that forms lists of connected edge points from a binary edge image. (Needs findendsjunctions and cleanedgelist below). drawedgelist.m plot
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:23.29kb
    • 提供者:liucun
  1. Visual C++ for image processing -v2

    0下载:
  2. 《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。 本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。- How "Visual C Numeral Picture Processing (Se
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:5.99mb
    • 提供者:刘宏
  1. MFC_OpenCV_Operation

    0下载:
  2. 1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:34.93kb
    • 提供者:chen
  1. image-preprocessing-2

    0下载:
  2. 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割-Prewitt operator with the edge detection of images with different values σ LoG operator detected by Canny edge detection operator Edge Image Thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1006byte
    • 提供者:焦竹青
  1. fuzzyedge

    0下载:
  2. 此程序实现了模糊增强实现图像的边缘检测,利用模糊方法结合边缘检测实现边缘点的提取。-Realize this procedure to enhance implementation of fuzzy image edge detection, the use of fuzzy edge detection methods achieve the extraction of edge points.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1.6kb
    • 提供者:李晓非
  1. coloredgedetection

    1下载:
  2. 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:582byte
    • 提供者:jff
  1. Image

    0下载:
  2. 通过灰度化,直方图,直方图均衡,边缘检测,二指化,来定位车牌-Through the gray, the histogram,histogram equalization, edge detection, and to locate license plate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:666.48kb
    • 提供者:魏春雨
  1. Edge-Detection-Color

    1下载:
  2. 主要是关于彩色图像边界提取的源代码。里面包含有待处理的图片以及所有的源代码,即M文件。-Mainly on the color image edge extraction of the source code. Which contains the picture to be addressed, as well as all the source code, that is, M documents.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1009.77kb
    • 提供者:fanchao
  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618byte
    • 提供者:mayan
  1. edge

    0下载:
  2. 基于vc++和opencv的对图像进行sobel,canny算子的边缘检测和harris角点检测-Based on vc++ and opencv image of the sobel, canny edge detection operator and the harris corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.61mb
    • 提供者:王坤
  1. Edge-Interpolation

    0下载:
  2. 基于图像边缘特征的图像放大增强算法,提高图像的分辨率。-The edge of the characteristics of image-based image enhancement algorithms to enlarge and enhance image resolution
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:157.6kb
    • 提供者:feelfree
  1. Edge-Detection-Segmentation

    1下载:
  2. 利用边缘检测及梯度信息进行图像分割的源码-Using edge detection and gradient information source for Image Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.36mb
    • 提供者:Brad Bibson
  1. A-Literature-Review-of-Image-Segmentation

    0下载:
  2. This literature review attempts to provide a brief overview of some of the most common segmentation techniques, and a comparison between them. It discusses the “Grab-Cut” technique, and reviews some some of the common matting techniques. The graph cu
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:20.85kb
    • 提供者:巡洋舰
  1. imagefrompc

    0下载:
  2. 图像的边缘检测,建立了simulink模型,测试通过-Image edge detection, the establishment of a simulink model, test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:44.89kb
    • 提供者:周州
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com