CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 轮廓检测

搜索资源列表

  1. EDGECONTOUR

    0下载:
  2. 边缘检测 Hough变换 种子填充 轮廓跟踪-Edge Detection Hough Transform seed filling contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2143376
    • 提供者:
  1. active-contour

    0下载:
  2. pdf文献,图形图像处理中常用的经典变形模型英文文献,可用于检测轮廓-pdf documents, graphics, image processing, deformable model commonly used in classic English literature, can be used to detect contours
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:401297
    • 提供者:吴争
  1. Image-Processing

    0下载:
  2. 该程序可以实现Hough 变换、边缘检测、差影法、轮廓提取及跟踪、模板匹配、投影法、图像复原、种子填充、阈值分割等效果。-The program can achieve the Hough transform, edge detection, and poor shadow method, contour extraction and tracking, template matching, projection, image restoration, seed filling, thresho
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6441740
    • 提供者:huo xing
  1. image-processing-

    0下载:
  2. 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2662158
    • 提供者:山外メ雲ジ
  1. NewimageTest

    0下载:
  2. 该程序实现对图像处理的一些基本算法,实现对灰度图像和彩色图像的二值化处理和边缘检测,轮廓提取和单区域跟踪。此外,程序是基于纯c实现的,有很好的参考价值。-This program realization of image of some of the basic algorithm, realize the gray image and color images binarization processing and edge detection contour extraction, and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7846955
    • 提供者:王强
  1. hough

    0下载:
  2. 用hough变换来检测圆,并且能画出圆的轮廓,是基于opencv的控制台程序,效果不错,适合初学者-With the hough transform to detect circles, and can draw the outline of the circle, is based on the opencv the console application, good results, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1399446
    • 提供者:王乐
  1. move-track

    0下载:
  2. 使用OpenCV 来寻找轮廓实现视频流的运动目标检测 能检测一段视频或网络摄像头实时读入视频中的运动物体-Achieved using OpenCV to find the outline of the video stream to detect a moving target detection webcam real-time video or read the moving objects in video
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2895
    • 提供者:
  1. cvContourDetection

    0下载:
  2. 能够实现轮廓的检测和跟踪,效果明显。建立在OpenCV库函数上,需要配置好OpenCV。-Implement of contour detection. This program is based on OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10797615
    • 提供者:YangShan
  1. Movement-target-detection

    0下载:
  2. 通过VC++和opencv轮廓实现视频流的运动目标检测-Through the outline of the moving object detection realize streaming video
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:150292
    • 提供者:trobert
  1. edge

    0下载:
  2. opncv实现边缘检测,作用为检测出轮廓和边缘。-opncv achieve edge detection, contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3981606
    • 提供者:process
  1. 20110301151907

    0下载:
  2. :为解决现有视频监控系统中目标检测算法无法应付复杂的室外环境且计算量和存储量较大等问题,将像素从RGB 空间转换到YUV 空间建立基于码本的背景模型,并单独对每个码字中的亮度分量进行高斯建模,提取运动目标的轮廓后,用连通区域算法对图像进行形态 学处理。典型测试序列和ROC 数据的对比实验结果证明该算法是高效和实用的,且易于在DSP 或FPGA 等嵌入式系统上实时实现。-】In order to solve the problems that the existing motion det
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:92307
    • 提供者:陈思宇
  1. susan

    0下载:
  2. 使用susan算法,用没matlab实现图像轮廓的边缘检测.-Using Susan algorithm, detection of the edge of image outline in matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1518
    • 提供者:lihelin
  1. canny

    0下载:
  2. canny算子图像边缘检测,在vc中测试,可以提取图像中的边缘轮廓-Canny operator image edge detection, in the VC test, can extract the image edge contour
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:474750
    • 提供者:workdk
  1. TgExt

    0下载:
  2. 舌部边缘检测,从舌部图片中提取舌部轮廓,剔除无用的背景区域,包括牙齿和舌部区域-tongue extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:andrew
  1. opencvshipin

    0下载:
  2. 基于轮廓寻找的视频流运动检测,实现的从视频中采集图像的程序-Streaming video motion detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2666
    • 提供者:cheshengli
  1. dithdf

    0下载:
  2. 图象的边沿检测与提取,轮廓跟踪算法代码-The image edge detection and extraction, contour following algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:22907
    • 提供者:liuxuanlex
  1. Edge-detection

    0下载:
  2. 各种边缘检测:robert边缘检测,sobel边缘检测,prewitt边缘检测,kirsch边缘检测,gauss边缘检测,利用Hough变换检测平行直线,轮廓提取,种子填充算法1,2,3.-Various edge detection: Robert Sobel edge detection, edge detection, edge detection and edge detection of Prewitt, Kirsch, Gauss edge detection, the use of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:51496
    • 提供者:Lee Simth
  1. Edge-detection-and-extraction

    0下载:
  2. 基于VC++的边沿检测与提取,轮廓跟踪的图象算法,-Edge detection and extraction, contour tracking algorithm of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:34213
    • 提供者:阳阳
  1. cannybar02

    0下载:
  2. 使用vc++6.0和OpenCV1.0.实现canny算子检测图像轮廓边缘。代码中有自动阈值滑动样条。-using VC++ and OpenCV. you can see the contour of the images.and the threshold of the canny operator can be set as you will.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:109549
    • 提供者:国学大师
  1. Sobel

    0下载:
  2. 摘要:本算法是在经典 Sobel算子基础上 ,结合汽车本身的实际情况 ,增加了 6个方向模板 ,同时利用基于 L范数的各同性扩散去噪模型消除噪声 ,最终得出汽车轮廓图。仿真结果表明:该算法对汽车图像的噪声干扰 有较强的抑制能力 ,汽车轮廓提取定位更准 ,精度更高 ,图像更清晰。 关键词:边缘检测算法 车辆轮廓 噪声 Sobel算子-摘要:本算法是在经典 Sobel算子基础上 ,结合汽车本身的实际情况 ,增加了 6个方向模板 ,同时利用基于 L范数的各同性扩散去噪模型消除噪声 ,最终得出汽
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1055106
    • 提供者:orangestorm
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 30 »
搜珍网 www.dssz.com