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

搜索资源列表

  1. gaosi

    0下载:
  2. 主要用于已经提取了轮廓的轮廓图像,再对这轮廓进行一维上的高斯处理-Has been mainly used to extract the outline of the image contours, and then deal with these one-dimensional Gaussian contour on
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2346
    • 提供者:何浩文
  1. sanzhenchafen

    0下载:
  2. 三帧差分算法是相邻两帧差分算法的一种改进方法,它选取连续三帧视频图像进行差分运算,消除由于运动而显露背景影响,从而提取精确的运动目标轮廓信息。该算法的基本原理是是先选取视频图像序列中连续三帧图像 并分别计算相邻两帧的差分图像,然后将差分图像通过选取适当的阈值进行二值化处理,得到二值化图像,最后在每一个像素点得到的二值图像进行逻辑与运算,获取共同部分,从而获得运动目标的轮廓信息。-Three differential algorithm is an improved method of two
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4022603
    • 提供者:陈斌
  1. Kernel

    0下载:
  2. 采集完成图像之后,在purebkpage页面自动提取模板图像中的印刷品轮廓的最小外接矩形,同时提供印刷品的水平偏移角度在模板管理页面,如果指定ROI区域,则提取ROI区域内的所有多边形轮廓,如果未指定ROI区域,则提取整幅图像的所有多边形轮廓在选取定位核时,提供给用户指定数量的定位核候选矩形区域,供用户做最终选择-After the acquisition is completed image in purebkpage page template to automatically extrac
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:9380
    • 提供者:cx
  1. feature-exaction-codes

    0下载:
  2. OpenCV全局特征提取,包括颜色、纹理和形状的提取算法代码,如直方图、边缘轮廓等-feature exaction codes for images using opencv, including features like color, texture and shape
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1886175
    • 提供者:Cindy
  1. mysobel

    0下载:
  2. 基于OpenCV2.x,利用sobel算子提取轮廓图-Base on OpenCV2.x, sobel operator to extract contours
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:755
    • 提供者:程哲
  1. canny

    0下载:
  2. OpenCV canny算子提取轮廓图,trackbar调节阈值,结果为白线条轮廓-OpenCV canny operator to extract contours, trackbar adjustment threshold, the result is white contour lines
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:604
    • 提供者:程哲
  1. final

    0下载:
  2. 对二维图像边界进行优化处理,并对轮廓进行提取,方便计算-Two-dimensional image processing to optimize the boundary, and the contour extraction, to facilitate the calculation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1143
    • 提供者:刘语熙
  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. lumkuogenzong-bianyanjianceyutiqu

    0下载:
  2. 用c++编写的关于图像轮廓跟踪,边沿检测与提取算法源代码,-With c++ prepared on image contour tracking, edge detection and extraction algorithm source code,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7509
    • 提供者:huang
  1. face-recognition

    0下载:
  2. 首先采用基于人脸肤色相似度计算的方法,进行人脸的识别与分割。接着对人脸进行定位并提取人脸轮廓-face recognition and localization
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-19
    • 文件大小:29948266
    • 提供者:Wisky
  1. outline-of-the-image

    0下载:
  2. 对图像LENA采用腐蚀的方法提取边缘轮廓,程序可运行-Extraction of the edge profile by etching the image LENA method, the program can run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:246122
    • 提供者:Roney
  1. edge

    0下载:
  2. 边缘检测提取及轮廓跟踪及一些化码,包括边缘提取和处理-Edge detection and contour extraction and tracking some of the code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2131399
    • 提供者:汤敏
  1. GVF_snake

    1下载:
  2. 用C++编写的实现GVF的活动轮廓模型的提取,值得你参考-Extracted with implementations written in C++ GVF active contour models, it is worth your reference
  3. 所属分类:Graph program

    • 发布日期:2017-02-08
    • 文件大小:465920
    • 提供者:陈浩
  1. GraphicLib-master

    1下载:
  2. Android使用Sobel算法提取图片轮廓的例子。非常值得大家借鉴。-Android image contour extraction algorithm using Sobel algorithm.A very worthy of our reference.
  3. 所属分类:android

    • 发布日期:2015-03-30
    • 文件大小:392192
    • 提供者:黄奸雄
  1. FeatureShape

    0下载:
  2. 读入图片,用candy函数提取图片特征值,并输出提取后的效果(即图片的轮廓)。-Read a image and use opencv candy function to extract the features of this image and finally output the outcome of this picture.
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3801428
    • 提供者:angels
  1. blobs

    0下载:
  2. 主要用于图像中对象的轮廓特征提取,包含opencv的高级API,已经在VS2008编译运行,得到了不错的效果-Contour feature is mainly used to extract objects in an image, high-level API that contains the opencv, has been in VS2008 compile and run, get good results
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6316558
    • 提供者:沈宏双
  1. tiqu

    0下载:
  2. 用于提取图像的边缘轮廓,内附加文档说明,主要包括5步。-Used to extract the image edge contour within the additional documentation, including five steps.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:188287
    • 提供者:谢秀
  1. countRice

    0下载:
  2. 提取米粒图片的轮廓特征,然后对图片进行开闭运算,计算图片中米粒的个数-The number of grain picture contour feature extraction, then the picture is opened or closed, and calculates the picture of a grain of rice
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-09
    • 文件大小:16369053
    • 提供者:陈俊
  1. Natural-Image-Sketching-Production

    0下载:
  2. 现有自然图像素描画效果生成算法存在容易造成画面细节丢失,笔画线条单一等问题。针对这些问题,本文提出了一种改进的自然图像素描画效果生成算法,通过模拟艺术家创作素描画过程,分步生成素描画图像底纹和素描画场景笔画轮廓,采用8个方向卷积滤波提取图像中不同方向的细节信息,并使用不同长度不同粗细的笔画来模拟艺术家在创作过程中不同力度的绘画效果,最后合并素描画笔画效果和素描画图像底纹,得到与原输入自然图像内容一致,色调与艺术家绘制的素描画效果相同,笔画和底纹形式与实际素描画相似,真实感较强的素描画效果输出图像
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:6979308
    • 提供者:张晶晶
  1. LPR

    0下载:
  2. 对拍摄的图像进行车牌提取,2值化,形态学处理,后用轮廓定位定位出车牌位置,最后提取-Images captured license plate extraction, binarization, morphological processing, after the license plate with the outline of positioning positioning location, and finally extract
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3047
    • 提供者:wen
« 1 2 ... 39 40 41 42 43 4445 46 47 48 »
搜珍网 www.dssz.com