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

搜索资源列表

  1. camera

    0下载:
  2. 实现功能:同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-The realization of functions: simultaneous acquisition of two USB camera data, and display, has pictures of preserved function ( click the left button to save the image, and the right key to pa
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1305
    • 提供者:庞亮
  1. show-image-in-MFC-using-Opencv

    0下载:
  2. 在MFC中基于opencv显示图像到picture控件上-OPENCV based MFC picture control to display images
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:244284
    • 提供者:pengbo
  1. ShowAvi

    0下载:
  2. opencv入门之显示视频到窗口上,帮助文档的例程上也有-Opencv introduction video to the window display, help documents and routines
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12348028
    • 提供者:蝶澈
  1. kk

    0下载:
  2. 在C++的环境下用opencv读取并显示一副图片-Read and display a picture in the environment of the C++ with opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:468012
    • 提供者:sunyingzhi
  1. twomymfc

    0下载:
  2. 基于MFC+openCV的可以打开多种格式图片和电脑摄像头的简单程序,该程序还对摄像头拍摄视频进行了简单处理并显示。-Based on the MFC+ openCV, you can open a variety of formats and computer camera, a simple program that camera shooting video simple processing and display. Google Translate for Busine
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4461674
    • 提供者:刘杰
  1. cvtest0

    0下载:
  2. opencv安装配置好后的测试程序,程序是最简单的显示图片的程序-opencv installation configured test program, the program is the easiest program to display images
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6083995
    • 提供者:angelina_hansu
  1. 21

    0下载:
  2. 用于显示图像,以及关闭图像,和say hello to-Used to display images, and the closure of the image, and say hello to
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1085073
    • 提供者:凯旋
  1. 22

    0下载:
  2. 用C+ +类创建和显示图像,是本中的一个小代码-In C++ class to create and display images,In a small code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1453892
    • 提供者:凯旋
  1. Display-Image-from-Camera-in-PictureBox_03

    1下载:
  2. example about open & view picture on picturebox in MFC using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:15614
    • 提供者:hieu
  1. ColorCvtViewer

    1下载:
  2. 一个简单的颜色转换器,载入一张图像后,将其转换到不同的颜色空间并显示,同时可以显示其在不同颜色空间下各通道的颜色图。-A simple color converter to load an image, convert it to a different color space and displays at the same time can display each channel in a different color space, the color map.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:416794
    • 提供者:hawstein
  1. oneshowmanyImages

    1下载:
  2. 基于openCV学习的实用实例,在一个窗中实时显示多个摄像头拍摄状况及图像处理结果-Practical instance based on openCV learning, real-time display of multiple camera shooting position and the image processing results in a window
  3. 所属分类:OpenCV

    • 发布日期:2014-06-01
    • 文件大小:4517888
    • 提供者:gaosuwen
  1. VideoTest

    0下载:
  2. 利用OpenCV+MFC捕捉并显示摄像头视频-OpenCV+MFC capture and display the camera video
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10554837
    • 提供者:kobe
  1. opencv_rand_draw

    0下载:
  2. 本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5   实验功能:   1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2662400
    • 提供者:wuwei
  1. opencv_dft

    0下载:
  2.   本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。   实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:931840
    • 提供者:wuwei
  1. OpenCV-excellent-graphic

    0下载:
  2. OpenCV炫彩绘图 采用OpenCV的典型图形绘制功能,勾勒出炫彩的图形显示与变化,仿佛如同视频的播放与剪辑-OpenCV drawing using OpenCV typical drawing capabilities, and sketched out the Colorful graphics display and change, as if like video playback and editing
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1337582
    • 提供者:yeyu
  1. MFC_CLASS_DLL_OPENCV

    0下载:
  2. 本程序分为两部分 第一部分,DllClassText,在MFC中创建扩展 DLL,有两个类,一个为计算加减法,另一个为使用OPENCV方式打开图片,参数为图片路径.第二部分,dllClassApp,在MFC对话框程序中,调用第一部分生成的"DllClassText.dll",实现加减法和显示图片功能-This program is divided into two parts, the first part of DllClassText create an extended DLL in
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10442503
    • 提供者:chen
  1. ColHist

    0下载:
  2. 能够在vs2008环境下利用opencv对一幅彩色图像进行图像颜色直方图的显示-Use opencv for image color histogram of a color image display in the vs2008 environment
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4576564
    • 提供者:刘靖
  1. DisplayPic

    0下载:
  2. 能够在vs2008环境下利用opencv显示一幅流行格式的图片,包括jpg,jpeg等图片格式-Vs2008 environment to use the picture the opencv display a pop format, including jpg, jpeg and other image formats
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5734161
    • 提供者:刘靖
  1. ReadVedio

    0下载:
  2. 能够在vs2008环境下利用opencv读取AVI格式的视频,并在控制台下进行显示-Opencv read AVI format video in the vs2008 environment, and the console display
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4583977
    • 提供者:刘靖
  1. GSLmath--computer--fuction--lab

    0下载:
  2. 这是一个opencv函数库,能够在vc环境下进行图像处理,匹配,显示等-This is a opencv library, image processing, vc environment match the display
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:33302528
    • 提供者:张海鸥
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com