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

搜索资源列表

  1. helloopencv

    0下载:
  2. Android平台上用opencv库编写的测试小代码。用于保存一张图片-Android platform test with the opencv library to write a small code. To save a picture
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:199181
    • 提供者:suntao
  1. calibrate camera

    1下载:
  2. opencv编写的图像角点获取程序,能够标识出图像角点,并给出详细坐标,提供了测试图片。-This program use opencv to identify corners in a image 。Its results are precise coordinates of each corner. it provides test images.
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:4566132
    • 提供者:awake
  1. Test

    0下载:
  2. 利用opencv在vc环境下开发的关键帧提取程序-Environment in vc using opencv key frame extraction procedure developed
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4709610
    • 提供者:jiutianfeixue
  1. Test

    0下载:
  2. 基于OPENCV的色调调整,将图像进行色彩空间转换RGB 转换到HSV 对H分量进行调节-Hue adjust depend on OPENCV. Firstly,converting the picture space RBG to HSV. Then, adjust the value of H.Finally convert the picture back to the RGB space.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3101533
    • 提供者:qq
  1. opencv

    0下载:
  2. opencv教程的全部源代码,附有测试视频文件,对opencv的初学者很有帮助!-opencv tutorial all the source code, with a test video file on the opencv helpful for beginners!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:12613012
    • 提供者:孔媛
  1. HumanTracking

    0下载:
  2. 人体运动跟踪源代码,经过测试可以使用,基于opencv实现实现的,简单实用-Human Motion Tracking source code through the test could be used, based on the opencv implementation to achieve, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4102665
    • 提供者:梁浩
  1. startcv

    0下载:
  2. 在VS2008下测试openCV是否配置成功的摄像头启动程序,该代码从摄像头采集视频流-In VS2008 the test openCV is configured successful camera to start the program, the code from the camera to capture video stream
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4925443
    • 提供者:herthy
  1. Opencv

    0下载:
  2. 简单的opencv的小测试,已经编译测试通过, 帮助了解opencv的开发应用-A simple opencv test, has been compiled test by help understand opencv development and application. . .
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:12990420
    • 提供者:蓝色冰晶
  1. face

    0下载:
  2. 通过OPENCV实现的脸部识别程序,可直接运行的测试类。可辨别出途中人类脸部-OPENCV achieved through face-recognition program can be directly run the test class. Discernible out of the way the human face
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4524169
    • 提供者:lion
  1. resize

    0下载:
  2. OpenCV图像处理测试程序---resize-OpenCV image processing test program--- resize
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:325533
    • 提供者:陈卓
  1. OpencvDrawing

    0下载:
  2. 在VC++的平台上,利用Opencv,测试Opencv的绘图功能,采用了DEMO-In VC++ platform, the use of Opencv, test Opencv graphics, using the DEMO
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:5947
    • 提供者:luxiaohui
  1. 05445005VideoCapture

    0下载:
  2. 基 于 opencv 的 测 试 程 序-Opencv-based test procedures
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:32629
    • 提供者:zhufen
  1. python.tar

    0下载:
  2. Test OpenCV for binding python. You can find more source code opencv framework
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:27245
    • 提供者:karl alexander
  1. test.cpp

    0下载:
  2. detect eyes in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1647
    • 提供者:Rahul Kavi
  1. GaborTest

    0下载:
  2. Gabor Filter Test This project based on OpenCV and MSVC 6.0
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3442287
    • 提供者:kim, bumhwi
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1229
    • 提供者:
  1. test

    0下载:
  2. opencv帧差法源码,用帧差法处理,得到移动物体的二值化后的白色图像(Opencv frame difference method source code, using frame difference method, to get two white images of moving objects after the value)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:白衣渡江
  1. test

    0下载:
  2. 实现了opencv中的图像处理代码,图像滤波,形态学运算,图像的边缘检测(Realize the opencv image processing code, image filtering, morphological operations, image edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:5478400
    • 提供者:宋乐
  1. test

    0下载:
  2. 利用VS2010和Opencv打开摄像头显示画面(Use VS2010 and Opencv to open the camera display screen)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:4027392
    • 提供者:吴茗
  1. Test

    0下载:
  2. 了解win7下opencv在vs2013中的配置,实现了Opencv的基本入门(Understand win7 opencv vs2013 in the configuration, the basic Opencv entry)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-20
    • 文件大小:8785920
    • 提供者:CSW2017
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com