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

搜索资源列表

  1. extract-underlying

    0下载:
  2. 包括角,直方图,纹理质地,霍夫圆和霍夫直线的检测-Including angle, histogram, texture, texture, Hove Circle and Hough line detection
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:4733
    • 提供者:顾舒文
  1. OPENCV_GAUSS

    0下载:
  2. 基于opencv的高斯背景提取法,包括源代码和注释-Opencv-based Gaussian background subtraction method to extract
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:18892
    • 提供者:wangcanjin
  1. connect

    0下载:
  2. 使用OPENCV填充连通域,并提取出连通区域的轮廓-OPENCV filled with connected domain, and extract the contour
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:859
    • 提供者:chengguo
  1. otsu

    0下载:
  2. 利用opencv采集视频输入,并将输入的图像调用OTSU算法,提取运动目标-Using opencv capture video input, and input image is called OTSU algorithm to extract moving objects
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:7013
    • 提供者:闫礼飞
  1. Coutour_polygon

    1下载:
  2. 用OpenCV来编写,用摄像头获取图像,并用帧差法提取二值化图像,再用多边形逼近的方法来提取图像的轮廓-Using OpenCV to prepare, with the camera to obtain images, and the frame difference method used to extract two binary images, and then a polygonal approximation method to extract the contours of the
  3. 所属分类:OpenCV

    • 发布日期:2015-12-18
    • 文件大小:5307392
    • 提供者:明明
  1. matlab

    0下载:
  2. matlab 进行图像的hough变换提取直线一共有3个工程文件 一次下来都可以试运行!!保证可以的!-hough transform matlab image to extract the straight line, a total of three project files at once down can test run! ! Guarantee!
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:492733
    • 提供者:王子
  1. logpolar

    0下载:
  2. 此程序是基于OPENCV的用于进行极坐标变换。它可以作为进行目标检测和识别中提取特征前的预处理-This program is based on the OPENCV for for polar transformation. It can be used as target detection and recognition to extract features on Pretreatment
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2617333
    • 提供者:胡锦
  1. carpark

    0下载:
  2. In this project, we are going to develop an intelligent video surveillance system for a car park. The system monitors the client’s car park 24 hours and 7 days a week. In order to reduce the workload of the security officers, we need to develop an al
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2598047
    • 提供者:李台
  1. aamlibrary_Ya0Wei

    0下载:
  2. 通过一系列凸显预处理,实现人脸边缘检测。然后提取出眼、鼻、口三处特征点、并标记出来。-Highlighted by a series of pre realize the face edge detection. Then extract the eyes, nose, mouth three feature points, and marked.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11420672
    • 提供者:ql
  1. avi_jpg

    0下载:
  2. avi视频文件提取每一幁,用OpenCV开发,很有用的代码-avi video file extract every frame,it is developed by OpenCV and a very useful code.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:4819
    • 提供者:quan
  1. graphcut.cpp

    0下载:
  2. A software for extract the skeleton of an hand, with OPENCV library
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:5187
    • 提供者:Mike
  1. k_means

    0下载:
  2. 实现K-means算法,高斯随机分布抽取数据 利用k-means算法实现分类-Implement K-means algorithm to extract the data using Gaussian random distribution of k-means classification algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1572
    • 提供者:佑礼
  1. lbp

    1下载:
  2. 1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder nee
  3. 所属分类:OpenCV

    • 发布日期:2013-03-07
    • 文件大小:13505132
    • 提供者:文石磊
  1. motiopenlice

    0下载:
  2. 一个使用opencv编写的提取avi视频的水平和垂直时空切片的程序代码,可以用于视频镜头切换检测。-A written extract using opencv avi video horizontal and vertical slice of space-time code can be used for video shot change detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:9305
    • 提供者:快捷的
  1. videoFrameGet

    0下载:
  2. 一个视频处理软件,功能: (1)读取给定视频文件,提取帧率,并按照秒为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每秒钟存储25幅图像,秒钟的序号作为不同文件夹名称。 (2)对第i秒钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 -A video processing software, feat
  3. 所属分类:OpenCV

    • 发布日期:2017-06-08
    • 文件大小:15999639
    • 提供者:tong
  1. Hough-Transform

    0下载:
  2. Using hough transform to extract the lines in the desire pictures. the user can set the number of lines you want to extract.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3456007
    • 提供者:Eric
  1. color

    1下载:
  2. 基于OpenCV库 采集摄像头中红色像素 定位红色物体中心位置-OpenCV based, extract red pixels from webcam, locate the center of the red target
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:2011
    • 提供者:Yuezhang
  1. HK_SDK_CAM_STREAM_CHANGE

    1下载:
  2. 海康网络相机截取视频流并解压简易DEMO 调用NET_DVR_RealPlay_V30()播放函数,启用回调PlayM4_SetDecCallBack()分析回调流,使用回调函数DecCBFun()截取视频流,分析并解压,等到char * pbuf图像,用于处理-Hikvision network camera capture video stream and extracting a simple DEMO,Call (NET_DVR_RealPlay_V30())playback fun
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:18203125
    • 提供者:chen
  1. myStructuredLight

    1下载:
  2. 这是从国外网站下载的源代码,实现了利用投影设备实现三维重构,从标定,到特征线提取,以及最后的三维重建均是很完整的,对于做三维重建的人是不可多得的资料。在这里不由得再次感叹老外的慷慨,希望大家也将自己的好源码共享。-This is from foreign web site the source code, and the realization of the projection equipment realize 3 d reconstruction, from the calibration
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:19210104
    • 提供者:戴刚
  1. Description-and-extract-key-points

    0下载:
  2. 关键点描述和提取:SIFT配合暴力匹配进行关键点的描述和提取。-Descr iption and extract key points: SIFT violence with matching descr iption and extract key points.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:86251
    • 提供者:qin
« 12 3 4 5 6 »
搜珍网 www.dssz.com