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

搜索资源列表

  1. car-palate

    0下载:
  2. 主要用于对运动的车辆的检测,能够获得运动车辆的轮廓,车牌的识别,车的类型-Primarily used for the detection of moving vehicles, it is possible to obtain the contour of the moving vehicle, the license plate recognition, the type of car. . .
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:2869202
    • 提供者:李浩东
  1. EdgeContour

    0下载:
  2. MFC实现灰度图像的边缘与轮廓,包括Robert,sobel,Kirsch等各种算子的边缘检测,hough变换,轮廓提取,种子填充,轮廓跟踪等-MFC to achieve gray image edges and contours, including Robert, sobel, Kirsch other operator edge detection, hough transform, contour extraction, seed filling, contour tracking.
  3. 所属分类:Menu control

    • 发布日期:2017-05-10
    • 文件大小:2139974
    • 提供者:赵丹凤
  1. The-image-processing

    1下载:
  2. 用matlab提取图像的骨架 参看边缘检测技术、闭合边界技术和轮廓提取方面的资料 用canny算子检测得到的边界图见附图,还需要进行边界的修补然后提取轮廓 根据你的要求再自己加些东西进去吧 -Matlab was used to extract the skeleton of the image See the edge detection technology, a closed boundary contour extraction and information tec
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3729
    • 提供者:peng yunfa
  1. MyDIP

    0下载:
  2. MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板    * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心    * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。   关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:47551
    • 提供者:郭子杰
  1. EdgePContour

    1下载:
  2. VC++边缘检测(包括Robert算子、Sobel算子、高斯-拉普拉斯算子等)、霍夫变换、轮廓提取、种子填充、轮廓跟踪-VC++ edge detection (including Robert operator, Sobel operator, Gauss- Laplace operator, etc.), Hough transform, contour extraction, seed filling, contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:86084
    • 提供者:
  1. lunkuo

    0下载:
  2. 包含对一幅图像进行轮廓提取,种子填充,边缘检测等算法。-contains images of a contour extraction, seed filling, such as edge detection algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6427
    • 提供者:theCPI
  1. KeyPoints

    1下载:
  2. 图像轮廓角点检测,Douglas Peucker算法实现角点检测。输入轮廓图像,实现轮廓角点的获取-Image contour corner detection, Douglas Peucker algorithm corner detection. Input contour image, contour corners to achieve access
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:3287
    • 提供者:毕超
  1. opencv_image

    0下载:
  2. 锐化、图象的半影调和抖动技术、直方图修正和彩色变换、腐蚀,膨胀,细化算法、边沿检测与提取,轮廓跟踪-Sharpening, image penumbra reconcile jitter histogram correction and color conversion, corrosion, expansion, refinement algorithm, edge detection and extraction, contour tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7910159
    • 提供者:sherry
  1. edge_detection

    0下载:
  2. 图像边沿检测与提取,轮廓跟踪 功能是边沿检测与提取,轮廓跟踪-Edge detection and extraction, contour tracking Function is edge detection and extraction, contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:33691
    • 提供者:
  1. VCPPandCdibImage

    0下载:
  2. 一个循序渐进的利用VC6.0和Cdib类进行图像处理的项目,共有10个版本,从加载图像到各种图像处理例如边缘检测、梯度锐化、小波变换、轮廓跟踪等功能。-Use VC6.0 and Cdib class project a progressive image processing, in which a total of 10 versions, from loading images to various image processing such as edge detection, grad
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:803805
    • 提供者:林圣琳
  1. JIQISHIJUE

    0下载:
  2. 利用matlab软件实现对图像HSV参数轮廓提取,边缘检测提取-Using matlab software for image HSV parameters contour extraction, edge detection to extract
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1378
    • 提供者:苏权
  1. recognition

    0下载:
  2. 基于opencv的车牌识别源码,使用了canny算法进行边缘检测,然后二值化,接着用cvFindContours搜索轮廓,最后从找到的轮廓中根据角点的个数,角的度数和轮廓大小确定,矩形位置。-Opencv-based license plate recognition source code, using the canny edge detection algorithm, and then two values, followed by cvFindContours search profi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3096
    • 提供者:vince
  1. EdgeContour

    0下载:
  2. 对复杂图象进行基于颜色的聚类分割、轮廓提取、种子填充、边缘检测基本算子等-Complex clustering-based color image segmentation, contour extraction, seed filling, edge detection operator and other basic
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-17
    • 文件大小:4120337
    • 提供者:wu
  1. EdgeContour

    0下载:
  2. 这是图像边缘检测、提取及轮廓跟踪的算法,包括边缘检测、Hough变换、种子填充等-This is the image edge detection, contour extraction and tracking algorithms, including edge detection, Hough transform, seed filling
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:72895
    • 提供者:mt
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. SFW

    0下载:
  2. 用一个特定的SFW合成的距离轮廓表示不模糊距离窗内所有散射体的相对距离反射率,也就是相对于于脉冲串延时对应的绝对距离。 这个程序是关于频率步进(sfw)信号发送并且检测目标距离的算法。提供了逆傅里叶变换以及距离选通。欢迎交流-This is about SFW with a specific representation of the contour synthesis from the reflectance not to obscure the relative distance of
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1234
    • 提供者:李晓
  1. MyDIP

    0下载:
  2. MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板    * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心    * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。   关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:46926
    • 提供者:kpudn60
  1. vehicleType

    0下载:
  2. 基于多传感器的车辆外围轮廓检测和车型识别系统-Multi-sensor-based vehicle detection and models of peripheral contour recognition system
  3. 所属分类:transportation applications

    • 发布日期:2017-05-04
    • 文件大小:1489464
    • 提供者:twh
  1. chap1_5

    0下载:
  2. 整合了24位BMP转8位灰度图,图像锐化,中值滤波,二值化处理,Soble,Krisch边缘检测,轮廓提取,计算矩形角度等-Integrated 24 BMP to eight grayscale, image sharpening, median filtering, binarization, Soble, Krisch edge detection, contour extraction, rectangular angle calculation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9766769
    • 提供者:莫生
  1. Background

    1下载:
  2. 基于背景的目标检测,是全面的MATLAB代码,运动视觉中目标的精确提取与跟踪算法,包括运动检测、阴影消除、外轮廓提 取以及目标的跟踪四个方面。-Background target detection based on MATLAB code, is comprehensive, accurate extraction and target tracking algorithm for visual motion in four aspects, including motion detectio
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6816
    • 提供者:
« 1 2 ... 14 15 16 17 18 1920 21 22 »
搜珍网 www.dssz.com