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

搜索资源列表

  1. FindEllipse

    0下载:
  2. 基于OpenCV的椭圆检测算法,通过边界处理、轮廓识别、椭圆拟合来检测椭圆,支持椭圆参数的自定义筛选-Ellipse detection algorithm based on OpenCV,Boundary treatment, contour detection, ellipse fitting,Support the custom of the ellipse parameters
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:6.15kb
    • 提供者:zgm
  1. cameraContours

    0下载:
  2. 基于OpenCV编写的实时视频处理程序,可以勾画出视频中物体的边界-Written in OpenCV, can draw the contours of the objects in the real-time video captured from the camera.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:738byte
    • 提供者:Jessica Bloom
  1. testCanny

    0下载:
  2. 在Qt Creator 和 OpenCV2.3.1环境下实现的Canny边界检测算法,经过测试。-Canny edge detection algorithm, implemented in Qt Creator and OpenCV2.3.1 environment tested.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.03mb
    • 提供者:绍文
  1. 1GHY3249TIQU1

    0下载:
  2. 基于canny算子的边界提取 cvCanny 采用 CANNY 算法发现输入图像的边缘而且在输出图像中标识这些边缘-Based on the the canny operator' s boundary extracted cvCanny CANNY algorithms found the edge of the input image and identify these edge in the output image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:6.76kb
    • 提供者:段皓
  1. FaceDetection

    0下载:
  2. 图像预处理包括图像平滑、图像分割、二值化、图像形态学处理和轮廓提取。轮廓提取是使用八邻域边界跟踪算法。在手势的特征提取部分,使用边界傅立叶描绘子的手势特征提取算法。针对手势的识别,采用了基于 BP 神经网络的识别方法-Image pre-processing, including image smoothing, image segmentation, binarization, morphological image processing and contour extraction.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3.49kb
    • 提供者:张燕
  1. KeyFrame

    0下载:
  2. 基于镜头边界系数分割镜头并提取关键帧,对突变和淡入淡出镜头效果较好-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:4.44mb
    • 提供者:朱晓玲
  1. LY33Canny

    0下载:
  2. 使用canny算子来提取图形的轮廓边界的程序,很简单,但是很实用-Canny operator to extract the shape s outline border program is very simple, but very practical
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:265.11kb
    • 提供者:liyi
  1. include

    0下载:
  2. 用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。 -Graph smoothing function of
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:3.87kb
    • 提供者:史润强
  1. Graphics

    0下载:
  2. 基础图形学 DDA画线算法 中点画圆算法 边界标志算法 区域填充的扫描算法 LB裁剪算法 SH算法-DDA line drawing algorithm based graphics midpoint circle algorithm boundary markers regional filling algorithm scanning algorithm LB clipping algorithm SH algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-03
    • 文件大小:117.74kb
    • 提供者:唐存志
  1. homework2_1

    0下载:
  2. 图形学作业 自己稍微改进了的边界标志算法-Graphics operations mark the boundaries of their own improved algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:841byte
    • 提供者:唐存志
  1. contour

    0下载:
  2. 基于opencv的计算图像的边界区域,从而提取出目标区域,达到图像分割的目的。-Calculated based on the opencv image boundary region, thereby extracting the target area, to achieve the purpose of image segmentation.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6.33mb
    • 提供者:丁丁
  1. find_-contours

    0下载:
  2. 可以采用形态学方法找出边界,比较有益的初学者的学习方法。-It s very good for a newer to learning about image processing.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:727byte
    • 提供者:Gname
  1. Medianblur-opencv

    0下载:
  2. 中值滤波选择每个邻域像素的中值输出; -截尾均值滤波是指去掉百分率为 的最小值和最大值;定义域滤波中沿着边界的数字是像素的距离;值域就是去掉值域外的像素值。-Median filter to select each neighborhood pixel values ​ ​ in the output - trimmed mean filter is the minimum and maximum percentage of the removed domain filte
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.68mb
    • 提供者:many
  1. Create-can-tilt-boundary-box

    0下载:
  2. OPENCV学习代码,为轮廓创建可以倾斜的的边界框与椭圆,创建工程可以直接运行-OPENCV learning code, create a bounding box can be tilted ellipse contour, creating a project can be run directly
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:30.75kb
    • 提供者:曹郁文
  1. edgedetection

    0下载:
  2. opencv实现的图像边界快速检测,找出图像各轮廓-opencv image boundaries to achieve rapid detection, to identify each contour image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:郑清卓
  1. Find

    0下载:
  2. 基于OpenCV的椭圆检测算法,通过边界处理、轮廓识别、椭圆拟合来检测椭圆-Ellipse detection algorithm based on OpenCV,Boundary treatment, contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:5.33kb
    • 提供者:zhch75
  1. Xhq-MUR

    0下载:
  2. 二维TE波的FDTD的实现,采用MUR吸收边界条件,不错的(The realization of the 2-d TE wave of FDTD, USES the MUR absorbing boundary conditions, good)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-27
    • 文件大小:2kb
    • 提供者:qatamxko
  1. 2DProjectiveGeometry

    0下载:
  2. 鼠标操作利用OpenCV实现透视变换,需要使用鼠标点选选择4个边界点(Mouse operation using OpenCV to achieve perspective transformation)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-30
    • 文件大小:868kb
    • 提供者:天意oo
  1. canny边界提取

    0下载:
  2. opencv初学教程canny边界提取代码(canny,opencv,Boundary extraction)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:千城
  1. 创建包围轮廓的圆形边界

    0下载:
  2. open'c'v 识别检测物体的轮廓边缘 画出它的边缘(Open'c'v Recognition detects the contour edge of an object and draws its edge)
  3. 所属分类:OpenCV

    • 发布日期:2020-04-22
    • 文件大小:4kb
    • 提供者:ym966
搜珍网 www.dssz.com