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

搜索资源列表

  1. Platform_for_Moving_Object_Tracking

    0下载:
  2. 一个基于OpenCV软件的运动目标检测跟踪实验平台,对摄像头视野中的运动目标进行实时检测和跟踪,并留下编程和硬件接口-A software-based moving target detection OpenCV tracking experiment platform, the camera view in real-time moving object detection and tracking, and leave programming and hardware interface
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:177085
    • 提供者:abc
  1. Calibration_MFC

    0下载:
  2. 此代码利用OpenCV实现对摄像机的标定且利用MFC开发了标定界面。-This code used to achieve the OpenCV camera calibration and calibration interface was developed using MFC.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2807664
    • 提供者:任雪菲
  1. shexiangzuocha

    0下载:
  2. 用普通usb接口摄像头,摄像并与第一帧图形做差,可以编辑二值化的值-Usb interface with the ordinary camera, video and graphics to do with the difference between the first frame, you can edit the binary values
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1868851
    • 提供者:biaobing
  1. finger2

    1下载:
  2. 书籍《精通VisualC++指纹模式识别系统算法及实现源码》第二篇 CamEngine-摄像头控制引擎(内含畸变矫正算法) FPEngine-指纹算法引擎(内含指纹预处理和比对算法) FP-指纹模式识别算法接口 SampleDemo-指纹模式识别预处理演示(特征点获取) StaticFPSys-Visual C++ 指纹模式识别系统。觉得有用,书上讲解的非常详细,请自行购买书籍。 -Books " proficient VisualC++ fingerprint patte
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-01
    • 文件大小:1067554
    • 提供者:张天源
  1. VC_SurCode

    2下载:
  2. 基于DM642的高清摄像机监控工程,代码齐全,设置后立即可以使用,是公司真正开发的成品。另外附带上位机的界面开发代码,也是齐全的,基于C++的程序,欢迎大家使用下载。-Based on the DM642 HD camera surveillance project, code complete set can be used immediately after, the company developed a real product. Also with the host computer
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8231256
    • 提供者:张雷
  1. CameraMouseIF

    0下载:
  2. 基于OpenCV的Camera Mouse interface,通过识别手势来实现模拟键盘输入,Visual Stdio 2008-The Camera Mouse interface based on OpenCV to simulate keyboard input by gesture recognition Visual Studio 2008
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:959775
    • 提供者:zgm
  1. SY-OV7670test-program

    1下载:
  2. 测试ov7670摄像头的性能.包含sccb接口、fifo模块的使用-The performance of the test ov7670 camera,Including the use of sccb interface, fifo module
  3. 所属分类:图片显示浏览

    • 发布日期:2013-12-02
    • 文件大小:1514407
    • 提供者:夏会艳
  1. CalibrationToolboxBeta0.5.2

    0下载:
  2. 标定相机的一个工具,可以对连接在电脑上的相机直接标定,算法基础是张正友的棋盘标定算法,有良好的人机操作界面,操作简单-Calibration of the camera as a tool, can be directly connected to the computer' s camera calibration algorithm based on Zhang Zhengyou the checkerboard calibration algorithm, a good man-ma
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:6081893
    • 提供者:郭春磊
  1. newfigure

    1下载:
  2. 基于界面操作的人脸心率检测的代码,通过摄像头实时采集人视频,并计算心率-Face the heart rate detection interface operation based on the code, through real-time acquisition one camera video, and rate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:16937
    • 提供者:wwwmmm
  1. v4l2-progaramming-good-book

    0下载:
  2. 笔者最近有机会写了一个摄像头的驱动,是“One laptop per child”项目的中摄像头专用的。 这个驱动使用了为此目的而设计的内核API:the Video4Linux2 API。在写这个驱动的过程中, 笔者发现了一个惊人的问题:这个API 的文档工作做得并不是很好,而用户层的文档则写 的,实际上,相当不错。为了补救现在的状况,LWN 将在未来的内个月里写一系列文章, 告诉大家如何写V4L2 接口的驱动。-I recently had the opportunity t
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:376625
    • 提供者:mahande
  1. 1388654382

    0下载:
  2. 驱动代码 GC6123 sp6530-6531平台 GC6123是一款8万像素的摄像头Cmos 芯片-** File Name: Sensor_GC6123.c * ** Author: Haydn_He * ** Date: 2012-11-16
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:7282
    • 提供者:李敏
  1. 20140319

    0下载:
  2. 网上现有的通过opencv2实现显示摄像头视频代码都是控制台程序。借助网上一个多线程实例实现在MFC对话框上通过OpenCV2直接显示摄像头视频,希望您有帮助。 VS2008+OpenCV2.4.4 执行界面: -Opencv2 achieved through existing online display camera video code is a console program. With online examples implemented in a multithreaded MF
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:412333
    • 提供者:adamswater
  1. REC_matlab

    0下载:
  2. matlab调用摄像头实现录像功能,并保存文件。 GUI界面。注意不同的笔记本或外置摄像头可能要更改参数-matlab realize the video call camera function, and save the file. GUI interface. Note that different notebook or external camera may want to change the parameters
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-15
    • 文件大小:8064
    • 提供者:牛奔
  1. GUI1

    0下载:
  2. 利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱 实现以下的图像处理功能。 1、 采用matlab Guide设计图像界面与按钮界面。 2、 连接摄像头,编写MATLAB初始化程序。 3、 用摄像头采集一幅图像,并能实现保存(使用控件按钮保存)。 4、 设计按钮实现对图像进行任意的亮度和对比度变化调节,显示和对比度变化前 后的图像 5、设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 -Image pro
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5964
    • 提供者:桑海峰
  1. GUI-calib

    0下载:
  2. 张正友相机标定程序,带GUI设计界面,标定精度可以满足一般的机器视觉要求。-Zhang Zhengyou camera calibration program with GUI interface design, calibration accuracy to meet the general requirements of machine vision.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:54989
    • 提供者:韩晓伟
  1. camera_model

    0下载:
  2. 原创的cmos sensor摄像头的verilog模型,可作为camera控制接口的仿真和验证。-Original verilog model cmos sensor camera can be used as simulation and verification camera control interface.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1828
    • 提供者:derek
  1. 1

    1下载:
  2. 海康威视网络摄像机获取视频流接口,在Opencv上可以直接处理实时图像,方便快捷。-Hikvision network camera video interface, can be directly on the Opencv processing real-time image, convenient and quick.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2204043
    • 提供者:Ray
  1. STM32F429_dcmi_OV2640

    2下载:
  2. STM32F429的DCMI接OV2640驱动,并在TFT LCD上显示。-STM32F429 interface camera with OV2640
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-23
    • 文件大小:7100311
    • 提供者:张杰
  1. QT

    0下载:
  2. MINDVISON 相机 QT做的界面,读相机数据-MINDVISON camera QT interface to do, read the camera data
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:108783
    • 提供者:yuchao
  1. OpenCV的人脸验证MFC程序

    0下载:
  2. 检测人脸,基于MFC界面。当录入照片后,摄像头再遇到相同的人脸能够识别出来。(Detection of face, based on the MFC interface. When the photos are recorded, the camera can be identified with the same face.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:14305280
    • 提供者:扬之水
« 1 23 »
搜珍网 www.dssz.com