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

搜索资源列表

  1. HistMatch

    0下载:
  2. opencv写,直方图匹配,自动的,匹配函数是冈萨雷斯书上得高斯函数-opencv writing, histogram matching, automatic matching function is to get books Gonzalez Gaussian function
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2.59kb
    • 提供者:shlkl99
  1. opencv_drawing

    0下载:
  2. 本文主要讲讲怎样用opencv画一些基本图形,这些图形包括,直线,圆,椭圆,多边形等。参考资料为opencv自带tutiol及其code。   开发环境:ubuntu12.04+Qt4.8.2+QtCreator2.5+opencv2.4.2   实验功能:   1.单击Drawing1按钮,将会画出atom图形,并且可以看出该图形成的过程,共分5个步骤画,每画完1个部分会自动停留1s,以便观察,然后画下一个部分,直至完成atom图形。   2.单击Drawing2按钮,将会画出
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:330kb
    • 提供者:wuwei
  1. MotionDetection

    1下载:
  2. 该程序主要是在OpenCV的环境下进行的运动检测,当物体开始运动时,视频窗口中将显示,运动物体的轮廓,在智能交通或是自动驾驶中有很好的应用-The procedure was carried out under an environment OpenCV motion detection, when the object began to campaign, the video window will show the outline of moving objects, in the Inte
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:Maclaon
  1. 12

    0下载:
  2. 使用opencv的cvfloodfill实现了根据选取点的像素而自动扩展的区域的功能,达到区域选择的目的-The cvfloodfill achieved using opencv selected points according to the pixels and features automatic extension of the region to achieve the objective of regional choice
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1.37mb
    • 提供者:we
  1. highLightProcess.ZIp

    0下载:
  2. 利用opcv进行彩色图像人脸高光区域自动检测与校正-Opcv for color images using high-light zone automatic face detection and correction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.78mb
    • 提供者:龚勇
  1. cam

    0下载:
  2. opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automati
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:147.67kb
    • 提供者:cf
  1. Calibration_Camera

    0下载:
  2. 摄像头自动畸变校正、自动校正摄像头、生成矩阵代码-The camera automatically distortion correction, automatic correction of camera, generator matrix code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.84mb
    • 提供者:王鹏
  1. Automatic-tagging-face

    0下载:
  2. 对图片中的人脸可以进行自动的标注,并显示出来。-The face of pictures can be automatic tagging, and displayed
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:9.96kb
    • 提供者:黄军伟
  1. sf

    0下载:
  2. 卡尔曼滤波,自动跟踪监测,可以学习使用,有助于提高对跟踪方法的理解-Kalman filtering, automatic tracking and monitoring, you can learn to use, help to improve understanding of the tracking method
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:3.62kb
    • 提供者:weijie
  1. gengzong

    0下载:
  2. opencv 自动跟踪源码,不错,初学者有用-automatic tracking opencv source code, well, useful for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:6.5kb
    • 提供者:yeskey
  1. cvDemo

    0下载:
  2. PTZ控制+OPENCV2.1 CAMSHIFT 目标自动追踪-The PTZ control+OPENCV2.1 CAMSHIFT automatic target tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:8.36mb
    • 提供者:吴沛沛
  1. FaceDetect

    0下载:
  2. 实现人脸人眼的自动检测,并用线条勾画标记-To achieve the automatic detection of the human face of the human eye, with lines marked
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:2.02kb
    • 提供者:苟超
  1. opencv

    0下载:
  2. 肤色视觉跟踪,随便圈住一片区域,会有线圈自动跟踪那片区域-Color vision tracking, casually circled an area, that area have coil automatic tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:23.22kb
    • 提供者:张彧龙
  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before th
  3. 所属分类:OpenCV

    • 发布日期:2016-01-23
    • 文件大小:2.79mb
    • 提供者:yaoyao
  1. cvFitEllipse

    0下载:
  2. 分水岭算法的自动标记,改进了一下,效果一般 -Automatic marking of watershed algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:2.27mb
    • 提供者:赵连超
  1. Auto_FisheyeCorrect

    0下载:
  2. 运用球面透视投影模型校正鱼眼图像畸变,实现对输入畸变图片的自动校正-The use of automatic correction of spherical perspective projection model correcting the fisheye image distortion, and the input distortion picture
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:6.79mb
    • 提供者:mm
  1. calibration

    0下载:
  2. 摄像头标定,自动获取及处理图像,生成内参数矩阵和畸变矩阵,并对图像进行矫正-Camera calibration, automatic acquisition and processing of images generated within the parameter matrix and distortion matrix, and image correction
  3. 所属分类:OpenCV

    • 发布日期:2017-12-09
    • 文件大小:6.26kb
    • 提供者:张振
  1. Face_Detect_-N_Cover_ver2

    0下载:
  2. 自动识别并跟踪人脸,然后在脸部打马赛克,马赛克始终保持覆盖人脸。距离不敏感-Automatic identification and tracking human faces, and then hit in the face mosaic, mosaic always kept covered faces. Distance-insensitive
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:1.17kb
    • 提供者:lyu
  1. vehicle-automatic-recognitic

    0下载:
  2. 基于opencv汽车车牌号自动识别源码,可从视频中自动获取图像进行自动识别-Based on OpenCV vehicle license plate automatic recognition source code, can automatically get the image the video automatically identify
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:14.2mb
    • 提供者:lizihan
  1. automatic-white-balance

    0下载:
  2. 该源代码实现读入一副工业相机拍摄的偏红或偏蓝的图片,经过相应算法处理实现图像的自动白平衡,取得较好的效果。-The source code to achieve reads a deputy industrial camera pictures of partial slant red or blue, treated with corresponding algorithm to realize image automatic white balance, achieved good resu
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:宁双宁
« 12 »
搜珍网 www.dssz.com