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

搜索资源列表

  1. OpenCV-2.0.0a-win32.rar

    1下载:
  2. opencv的最新版本增添了很多新的功能,主要体现在对图像的切割与拼接以及运动物体的跟踪检测方面,欢迎大家下载,The latest version of opencv added many new features, mainly reflected in the image of the cutting and splicing as well as tracking and detection of moving objects, the welcome to download
  3. 所属分类:OpenCV

    • 发布日期:2016-10-26
    • 文件大小:25075471
    • 提供者:何文俊
  1. OpenCV_1.0

    0下载:
  2. OpenCV1.0版,相对于新版本来讲功能较弱-OpenCV1.0 version, as opposed to the new version in terms of function is weak
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:17947562
    • 提供者:Felix
  1. DFT

    0下载:
  2. vs下C++编程,使用openCV第三方库的C++接口函数编写而成的离散傅里叶变换。注意是新的C++接口而不是老的C接口。-Under the vs C++ programming, the use of openCV third party c++ library interface function to write a discrete Fourier transform. Pay attention to is the new C++ interface and not old C in
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3878521
    • 提供者:李凯
  1. directly-triangulation

    0下载:
  2. 一种新的空间离散点集的直接三角剖分方法,MATLAB-A new space has a discrete point set of direct triangulation method, MATLAB
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:521792
    • 提供者:依念
  1. facedetect

    0下载:
  2. 基于opendv库,在新的颜色空间中进行肤色校正的Adaboost人脸检测。-On opendv library, in the new color space for color correction of Adaboost face detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2567284
    • 提供者:宋兵
  1. open

    0下载:
  2. 检测OPENCV是否安装好,opencv环境是否配正确的实例检测代码,对新学者有用-OPENCV detection is installed, OPENCV environment is the correct examples of new scholars, test code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:96130
    • 提供者:万俊
  1. Opencv_PutChineseToIplImg

    0下载:
  2. 输出汉字到opencv ipl图像上 可以到MFC下运行,可以指定字体大小,输出位置,字体颜色,目前只支持宋体-Output Chinese characters to opencv ipl image to the MFC can run, you can specify font size, output position, font color, currently only supports the Times New Roman
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:7143542
    • 提供者:mal
  1. Learning-OpenCV

    0下载:
  2. 讲述opencv入门知识,对新手来说是很好的书,希望能好好利用。-It help new learner to learn opencv.It teach basic things about opencv. It will help a lot is you learning it by heart.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:522852
    • 提供者:zhangqing
  1. binary_1

    0下载:
  2. 將圖片二值化,並顯示於新的視窗中!也可更改圖像的大小比例!-The binary image, and displayed in a new window! Also change the image size ratio!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1013
    • 提供者:李婉如
  1. GravityCenter

    0下载:
  2. new Gravity Center with opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5275835
    • 提供者:tony
  1. 320-IRVision(Omni-1022)-New

    0下载:
  2. 鲁棒的色块跟踪算法,用C++语言写的,是用opencv的库-Robust color tracking algorithm, written using C++ language use opencv library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5087622
    • 提供者:jiangmaokui
  1. mouse_event

    0下载:
  2. This program creates a rectangle when you click the mouse on the window, and stretches the rectangle until you release the mouse. This requires the creation of a mouse callback. For the main function we use a while loop that keeps redrawing each box
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:862742
    • 提供者:halima
  1. NewFeaturesOfOpenCV2.1

    0下载:
  2. 采用opencv2.1,实现了一个全新的背景切除高效算法-Using opencv2.1, implements a new algorithm for background removal efficiency
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:26072
    • 提供者:萧逸
  1. New-folder

    0下载:
  2. how to add two image in RGB formate in opencv that contain same size
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:4206
    • 提供者:ramakant yadav
  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-09
    • 文件大小:15999639
    • 提供者:tong
  1. ICVL

    0下载:
  2. OpenCV概述 Intel开源计算机视觉库OpenCV 目录 1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者 -Overview of Intel OpenCV open source computer vision library OpenCV OpenCV 2 Contents
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2684656
    • 提供者:peng
  1. OpenCV-base

    0下载:
  2.  OpenCV提供的视觉处理算法非常丰富,并且它部分以C语言编写,加上其开源的特性,处理得当,不需要添加新的外部支持也可以完整的编译链接生成执行程序,所以很多人用它来做算法的移植,OpenCV的代码经过适当改写可以正常的运行在DSP系统和单片机系统中,目前这种移植在大学中经常作为相关专业本科生毕业设计或者研究生课题的选题。-OpenCV vision processing algorithms provide very rich, and it part of the C language, w
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:14002937
    • 提供者:liushiyi
  1. fulltext

    0下载:
  2. 一个实时的2维人体检测跟踪算法,是opencv源码里参考的文章之一。内容包括表面模型建立,新目标检测以及匹配的问题。-A Real-Time System for Detecting and Tracking People in 2D, is one of the references in opencv, including the appearance model, new object detect and how to find the corresponding one.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2430906
    • 提供者:420906189
  1. Clock-Wipe

    0下载:
  2. 1. 首先把兩張圖讀進來,求出高與寬和設定time的最大值 2. 利用atan()這個數學函式算出角度,以圖的中心為基準width/2和height/2 把x,y帶入atan(-(y-height/2)/(x-width/2))*180/PI - 當求出的角度<隨著時間比例變的角度,則將新的圖覆蓋到舊的圖 - 反之,用舊的圖覆蓋舊的圖 3. 但是,這會產生一個問題,因為斜率一樣,且atan()求出的角度範圍只有-90~90度,所以一三象限或者二四象限會發生同時wi
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5515628
    • 提供者:liu
  1. New-Window

    0下载:
  2. creating new window source code with C++ and using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1421
    • 提供者:Buddhika
« 12 3 4 »
搜珍网 www.dssz.com