CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图片显示浏览 搜索资源 - opencv ,显示图像

搜索资源列表

  1. shexiangtouchengxu+opencv

    0下载:
  2. 用摄像头捕获图像的程序,读视频流,然后显示,是用opencv做的-use cameras capture images of the procedure, reading video streaming, and then show that it is done with opencv
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:11.48kb
    • 提供者:吕荫平
  1. showp

    1下载:
  2. 使用MFC与opencv结合显示图像,支持jpg.bmp,tif等格式-use MFC opencv combined with images show support jpg.bmp, tif format, etc.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1.44mb
    • 提供者:zth
  1. opencv-ex2-1

    0下载:
  2. 从磁盘中读入图像文件,并将图像显示在屏幕上
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:96.05kb
    • 提供者:赵富强
  1. opencv-ex2-2

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似 */
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:92.62kb
    • 提供者:赵富强
  1. histogram

    0下载:
  2. 本例程提供OpenCV使用者加载彩色图像,并显示该图像转成灰阶后的直方图。适合初学者学习的范例。
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:73.97kb
    • 提供者:Yuan Long LO
  1. DemoTwo

    0下载:
  2. 一个调用Opencv和IPL库的,具有打开,显示,保存各种格式图像资料的小程序。-Opencv and a call for the IPL is opened, showed that the preservation of information in various formats images of small procedures.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:4.78mb
    • 提供者:华华
  1. PicHistogram.rar

    0下载:
  2. 自己写的用OpenCV计算BMP和JPEG等格式图像直方图,写入TXT文件并在对话框中显示出来的VC6.0程序,请注意:我用的是OpenCV1.0开发的,Write your own calculation using OpenCV formats such as BMP and JPEG image histogram, write TXT file and in the dialog box shown VC6.0 procedures, please note: I use the Ope
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:483.78kb
    • 提供者:李文凯
  1. Display-images-and-edge-processing-

    0下载:
  2. VS2005使用opencv的显示JPG图像的代码,简单易懂适合初学者-It is the code display JPG images with VS2005 and opencv , easy to understand for beginners
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-03
    • 文件大小:7.72mb
    • 提供者:章雯洁
  1. cvTest

    0下载:
  2. openCV的初步测试程序,包括传递指针、创建窗口、显示图像、销毁窗口等一系列过程,适合初学者。-openCV the initial test procedure, including the transfer pointer, create windows, display images, the destruction of a series of process window, suitable for beginners.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:57.09kb
    • 提供者:LCC
  1. opencvopen

    0下载:
  2. 基于opencv的图像打开程序,在view类窗口下显示-failed to translate
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-16
    • 文件大小:4.06mb
    • 提供者:冯博
  1. Reversed-image

    0下载:
  2. 采用VC++6.0+OPENCV 编程把图片读入显示,把图像连续旋转并显示。-Using VC++6.0+ OPENCV programmed to read display images, rotate and display the image continuously.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:张平
  1. ShowPic

    0下载:
  2. 利用opencv,用vs2008加载并显示一副图像,点击键盘任何键则推出程序。-Using opencv, using vs2008 load and display an image, click on the keyboard any key to launch the program.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-12
    • 文件大小:1.42mb
    • 提供者:liulu
  1. opencv1

    0下载:
  2. 用OpenCV实现打开一幅彩色图像,显示出来; 将其转换为灰度图并保存为文件; 将其二值化并保存为文件-Using OpenCV open a color image displayed be converted to grayscale and saved as a file Second value and saved as a file
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-21
    • 文件大小:2.71mb
    • 提供者:陈斌
  1. CvvImage

    0下载:
  2. opencv 2.0没有CvvImage类,这是相应类。。可用于将图像显示在控件上-opencv 2.0 no CvvImage class, which is the appropriate category. . Can be used to display the image on the control
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:2.09kb
    • 提供者:cuiwei
  1. showimage

    0下载:
  2. 简单的图像显示,入门级别的,在配置好opencv后使用-show image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:90.16kb
    • 提供者:wngzhjn
  1. show_pic

    0下载:
  2. VC6.0,MFC配合OPENCV1.0打开显示一幅图片 。简单的Opencv测试程序,修改后可用于显示摄像头图像-VC6.0, MFC displays a picture with OPENCV1.0 open . Simple Opencv testing procedures, can be used to modify the camera image display
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2.22mb
    • 提供者:刘磊
  1. GUI.tar

    1下载:
  2. 使用QT和OpenCV实现读取摄像头图像并显示在窗口中,没按一次按钮,画面前进一阵-Read the camera using QT and OpenCV, and display the picture.Once you press the button,the picture change by frame
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-09
    • 文件大小:3.32kb
    • 提供者:wang xiangwei
  1. window--division

    0下载:
  2. 运用c++编写,借助opencv,实现图像显示的基本框架。左右图可方便于图像配准。任何菜单功能可在上面继续开发。-Using c++, with the aid of opencv, realize the basic framework of image display.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-27
    • 文件大小:9.19mb
    • 提供者:amber
  1. imshowpicture

    0下载:
  2. 用opencv编写的图像显示,是图像处理十分简单的程序-Opencv prepared with an image display, image processing is a very simple program
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:7.97kb
    • 提供者:孙毅宏
  1. main_display_live

    0下载:
  2. 在C++里面利用openCV库,利用摄像头实时显示图像,很好用哦-In C++ inside openCV library use, use the camera to display images in real time, oh well
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:549byte
    • 提供者:李辉
« 12 »
搜珍网 www.dssz.com