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

搜索资源列表

  1. CvvImage

    0下载:
  2. MFC中显示opencv图像的CvvImage头文件-MFC opencv images displayed in the header file CvvImage
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:2971
    • 提供者:哈电
  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. imshowpicture

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

    • 发布日期:2017-04-28
    • 文件大小:8164
    • 提供者:孙毅宏
  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. CVPicture

    0下载:
  2. mfc下picture空间显示opencv图像的方法-mfc space under the picture image display method opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:11741
    • 提供者:刘峰
  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. DemoShow

    0下载:
  2. 基于opencv的mfc图像显示demo,使用对话框界面,适合初学者学习使用-Opencv based on the MFC image display demo, using the dialog box interface, suitable for beginners to learn to use
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-01
    • 文件大小:13404160
    • 提供者:chao
  1. HelloOpenCV

    0下载:
  2. opencv的入门程序,进行图像的显示和处理,适合入门者学习和验证-Opencv entry procedures, image display and processing, suitable for the self-important and validation study
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:529692
    • 提供者:叶祥吉
  1. Fourier-transform

    0下载:
  2. visual c++下导入OpenCV库函数,实现图像傅里叶变换,显示频谱图,代码含详细注释,适合学习。-Import under visual c++ OpenCV library functions achieve image Fourier transform, spectrum display, the code contains detailed notes, suitable for learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2680
    • 提供者:丁妍
  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. ReadMulti2

    0下载:
  2. 多个图像文件显示在同一窗口,通过opencv创建显示.-A plurality of image files are displayed in the same window, create a display by opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3615404
    • 提供者:xibaohe
  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. 16_LoadShowOutputImage

    0下载:
  2. 图像的载入,显示和输出,基于OpenCV实现简单的图像的读取、显示及输出-Image loading, display and output, based on OpenCV to achieve a simple image of the read, display and output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:970
    • 提供者:严旭
  1. DisplayOpenCv

    0下载:
  2. 一种简单的在MFC中显示OpenCv图像的方法。-Display the OpenCv image in MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-02
    • 文件大小:14088433
    • 提供者:肖钦峰
  1. gray_image

    0下载:
  2. 使用VS和opencv对灰度图像进行二值化处理并显示效果!-using VS and opencv deal with gray image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3643053
    • 提供者:何琦
  1. color_image

    0下载:
  2. 使用vs和opencv 对彩色图像进行二值化处理并显示效果!-using vs and opencv deal with color-images
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3601766
    • 提供者:何琦
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com