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

搜索资源列表

  1. ImageStiching

    0下载:
  2. 此程序是利用Opencv库编写的一个三幅图像拼接程序,内有测试图像,此程序生成拼接图之后,先写入硬盘,再显示处理,对于学习opencv 图像拼接的人很有帮助!-this is a three image stiching program which is based on the opencv library. With the test image, The File first generate the mosaic image ,and then write to the hard dis
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5199425
    • 提供者:Juan
  1. OpenCvTest

    0下载:
  2. 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8611788
    • 提供者:江村
  1. M_Test

    0下载:
  2. 采用opencv开发,能从摄像头读入并显示灰度化图像,再将视频中白色发光亮点转化为鼠标坐标,按空格键退出程序-opencv mouse camera
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3469329
    • 提供者:陈白雨
  1. reconstruct

    0下载:
  2. 已知一个数组,对其中数据归一化处理,利用opencv一直库函数,形成重构形成一幅图像,并显示出来-Given an array, the normalized data processing, using OpenCV always library function, formed to reconstruct the image formation, and displayed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:王京磊
  1. OpencvCircle_Line

    0下载:
  2. Qt、Opencv环境下,演示ptr、at()函数遍历图像示例,在该示例中显示了简单圆和线的绘制。仅仅用于教学演示,没有采用Bresenham等快速算法。-Under Qt, Opencv environment, demonstrate ptr, at () function to traverse a sample image showing the draw simple circles and lines in this example. Only for teaching demons
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:5152
    • 提供者:dengshaogeng
  1. main

    0下载:
  2. 通过opencv和codeblocks实现的程序。对图像里的烟雾进行检测,并对每帧烟雾的浓密程度进行分级显示。-By opencv and codeblocks implemented program. The image is detected in the smoke, and the degree of thick smoke were graded each frame display.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2178
    • 提供者:zhengmingcan
  1. SIFT_detector_matcher

    0下载:
  2. 用opencv使用SIFT算法提取图像的特征点,并显示特征点的属性-Opencv use SIFT algorithm was used to extract image feature points, and displays the attribute feature points
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1400493
    • 提供者:dragonfive2015
  1. video2lcd_opencv2

    0下载:
  2. 硬件为友善之臂的smart210开发板,项目是实现摄像头采集图像经过opencv处理,检测出椭圆或圆,然后在LCD(S70)上显示,椭圆算法是基于opencv的轮廓检测和最小二乘拟合,并在算法中加入了一些条件滤除不是椭圆的轮廓,经测试,精度较好-Hardware is a friendly arm of smart210 development board, the project is to achieve the camera to capture images after processi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-27
    • 文件大小:327562
    • 提供者:叶波
  1. test1

    0下载:
  2. 这是一个opencv程序,适合初学者,程序的功能是调用一幅图像进行显示。-this is an opencv program,it is useful for learners who learn opencv, its function is to show a picture on the screen
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-09
    • 文件大小:1593567
    • 提供者:赵鹏
  1. HaveImgFun

    0下载:
  2. 采用ndk实现安卓的C++开发,调用opencv库,实现在安卓系统上图像的显示和处理-Ndk realized using C++ developers Andrews, call opencv library that implements the image on the display and processing Android
  3. 所属分类:Java Develop

    • 发布日期:2017-06-03
    • 文件大小:15125504
    • 提供者:苏陌
  1. pointvalue

    0下载:
  2. 嵌套opencv的图像像素显示,可直接在vS中打开,或者加入工程-Nested opencv image pixel display, can be directly vS open, or join the project
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1127
    • 提供者:树哥
  1. HarrisCorner

    3下载:
  2. 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
  3. 所属分类:OpenCV

    • 发布日期:2016-11-30
    • 文件大小:504832
    • 提供者:qian
  1. MFCvideo

    0下载:
  2. Basler相机采集图像,VS2012 MFC实时显示摄像头采集图像,对采集图像opencv处理并显示-MFC VS2012 Basler-camera opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-29
    • 文件大小:11291939
    • 提供者:孙浩
  1. camera_v2

    0下载:
  2. C#编程,OpenCV,双目视觉,构建三维空间,可对该空间内坐标进行定位,并在电脑窗口上显示两个摄像头的实时图像,获取坐标。本程序适用于win7系统,是四旋翼定位巡航研究的部分程序,希望对大家有所帮助。- C# programming, OpenCV, binocular vision, to build three- dimensional space, the space coordinates can be positioned, and in the computer window di
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1802422
    • 提供者:西山
  1. gender

    0下载:
  2. 基于OpenCV图像的直方图计算并显示,很好很方便-Based on OpenCV image histogram computation and display, very good very convenient
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1509
    • 提供者:
  1. tuxiangfangwenduibiduzengqiang

    0下载:
  2. 使用opencv进行图像处理,自己编写,结合四种不同的访问像素去操作,同时改变图像的对比度,最后显示每种方式的运行时间,是一个进阶的学习- Using opencv image processing, their preparation, combined with access to four different pixels to operate while changing the contrast of the image displayed last time each mode
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3599410
    • 提供者:张士林
  1. roi

    0下载:
  2. opencv自动选择最大连通区域选取,并画出外接矩形。显示最大联通区域,在原图和二值化图像上。-opencv automatically the maximum connected region selection, and draw the circumscribed rectangle. Unicom maximum display area, and on the original binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7101059
    • 提供者:董林佳
  1. SnapImage

    0下载:
  2. 双目USB摄像头通过OpenCV进行实时显示,通过按C/c键截取图像,按Q/q退出程序。-two usb cameras display on two windows, press keyboard C/c to snap two images pairs, press Q/q to quit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-12
    • 文件大小:7542
    • 提供者:yujie
  1. ImageShow

    0下载:
  2. 导入图片并显示,图像反转,采用vc++结合OPENCV开发(Load Image and show)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:46199808
    • 提供者:qwer2018
« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com