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

搜索资源列表

  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. OpenCVdll

    0下载:
  2. 这是OpenCV的动态链接库文件,包含了常用的五个文件。-This is OpenCV dynamic link library file that contains the five commonly used files.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.52mb
    • 提供者:呆瓜
  1. 2011__openCV__morphological

    0下载:
  2. 这个是在刚学opencv时候的测试小代码。主要是图像形态学方面的操作(黑帽、礼貌、开操作、闭操作、腐蚀、膨胀)。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)(下个代码这么麻烦,要传5个文件啊??)-This is just a test when a small learning opencv code. Main image morphology operations (black hat, courtesy, open operation, closing ope
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:6.37kb
    • 提供者:tanfenfly
  1. OpenCV_viewer

    0下载:
  2. stem will automatically delete the directory of debug and release, so please do not put files on these two directory. If you have not registered, Please [regist first].You should upload at least five s
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:26.26mb
    • 提供者:Max
  1. opencv

    0下载:
  2. 在c++环境下,调用opencv的五个简单的代码,运行出结果-In c++ environment, the call opencv the five simple code, run the results
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1.01mb
    • 提供者:胡三
  1. star-weiyuping

    0下载:
  2. OPENCV的检测图像中五角星们是否与第一个五角星匹配,顶聚招聘的入门图像处理测试程序-The OPENCV detection image pentagram are matched with a five-pointed star, the recruitment of top poly entry image processing test program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:8.17mb
    • 提供者:魏玉萍
  1. wuzhenchafenfa

    0下载:
  2. opencv 五帧差分法的运动目标检测算法-opencv five difference method of moving target detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:3.99mb
    • 提供者:马玉超
  1. EllipseDetector-Dist

    0下载:
  2. 用于检测椭圆图形,得到椭圆五维参数。内附具体实例,并配有具体程序。-For the detection of elliptical pattern to get the five-dimensional ellipse parameters. Included specific examples, and with specific procedures.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.15mb
    • 提供者:黄凌霄
  1. duomubiaogenzong

    0下载:
  2. 五篇利用opencv不同方法的多运动目标检测跟踪的论文-Five different methods using opencv target detection and tracking of multiple moving papers
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.06mb
    • 提供者:潘姣
  1. makevideo

    1下载:
  2. 对输入的一个彩色视频与五张以上照片,用OpenCV实现以下功能或要求: 1.命令行格式:“xxx.exe 放视频与照片的文件夹路径”,(例如 MyMakeVideo.exe C:\input )【假设该文件夹下面只有一个avi视频文件与若干jpg文件】; 2.将输入的视频与照片处理成同样长宽后,合在一起生成一个视频; 3.这个新视频中,编程生成一个片头,然后按幻灯片形式播放这些输入照片,最后按视频原来速度播放输入的视频; 4.新视频中要在底部打上含自己学号与姓名等信息的字幕;
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:27.85kb
    • 提供者:qian
  1. Support-Vector-Machines(SVM)

    0下载:
  2. 支持向量机(SVM)的实现代码和步骤,共包括五个步骤,每一步都有详细的说明。-Support Vector Machine (SVM) implementation code and procedures, including a total of five steps, each step in detail.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:700byte
    • 提供者:陈彬彬
  1. ImageFiltering

    0下载:
  2. 程序用运方框滤波,均值滤波,高斯滤波,中值滤波,双边滤波5种方法对图像进行处理-Op program block filtering, mean filtering, Gaussian filtering, median filtering, bilateral filtering five methods for image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:yl
  1. svm_gesture_recognition

    1下载:
  2. 基于opencv的手势识别 1、hog : hog特征提取 2、hogTainer : 样本训练,利用了SVM方式 3、gestureRecognition : 手势识别,利用了训练得出的线性分类器进行识别分类 训练样本在hog文件夹中,对应gesture_a到gesture_e ,五种手势-Gesture recognition 1, hog: hog feature extraction 2, hogTainer: sample training, t
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:12.71mb
    • 提供者:BoYK
  1. AVI

    5下载:
  2. 从摄像头得到视频流,从中任意选取5帧,保存成图像文件 2.从AVI文件读取视频,从中任意选取5帧,保存成图像文件 3.从摄像头得到视频流,在指定的窗口内实时显示该视频 4. 读取一jpg文件,对其旋转、缩放,然后显示出来 -Get a video stream a camera, which arbitrarily selected five, save it as an image file 2. Read the video AVI files, arbitrarily
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:13.45mb
    • 提供者:王梓涵
搜珍网 www.dssz.com