搜索资源列表
人脸识别系统设计—毕业设计
- 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料-this issue is the major content of image preprocessing, mainly from the camera to obtain images Face the
matsource
- 芯片一旦进入摄像头视场,则能被系统感知,系统会开始对该芯片进行自动跟踪,确保ROI区域始终包含芯片,从而缩小了待...系统使用图4所示的方法提取特征量。其中有图像平面上纵、横、斜交叉的20条直线,这20条直线分别标记上1~20的序号... -chip camera field of view, the system will be perceived. the system started automatically tracking chips to ensure that the
MATLAB
- 用 MATLAB控制摄像头读取图像 可以实现拍照功能-just do it
MATLAB_ks
- 利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱实现以下的图像处理功能: 1. 采用matlab Guide设计实现图像界面与按钮界面。 2. 连接摄像头,编写MATLAB初始化程序 3. 用摄像头采集一副图像,并能实现保存(使用控件按钮保存)。 4. 设计按钮实现对图像进行任意的亮度和对比度变化调整,显示和对比度变化前后的图像。 5. 设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 -Designed and
averImg
- 摄像头图像采集,可以通过摄像头把图像存于MATLAB工作环境中。-It is very good,download
camera_usb_driver
- ov9650摄像头驱动程序,有USB支持,数字图像处理。-ov9650 camera driver
camerasmartcar
- 摄像头小车寻迹程序,一幅图像采集5行,每行采集80点-Camera car tracing procedures, an image capture five lines, each line collected 80 points
CMOS
- matlab中编写的coms摄像头采集图像显示-matlab in the preparation of the coms camera capture image display
imaq_demo
- matlab控制摄像头(如:网络摄像头等)获取外界图像-matlab control the camera (eg: webcam) to obtain external image
lshexiangtoushuru1
- 用matlab实现摄像头输入 当关闭界面时 保存关闭时的图像-Matlab implementation with off camera input interface when saving images off
WebCam(1)
- 摄像头读取,以及图片的处理,获取,很有用的在图像处理,视频处理方面推荐大家下载,还有一个检测方面的!-video preocessing and image capture
Get-a-digital-image-program
- 基于c++语言的获取数字图像程序,从输入输出口获取摄像头图像-Based on digital image c++ language acquisition program, access to the camera images from the input and output ports
控制摄像头
- 可以用本程序来控制外界摄像头采集图像进而进行图像处理!
camera
- 在MATLAB环境下实现双网络摄像头图像的采集与摄像头参数的设置-In the MATLAB environment to achieve dual network camera image acquisition and camera parameters settings
IPM
- 能够将图像坐标转化为世界坐标,根据图像像素修改参数(Can transform image coordinates into world coordinates, and modify parameters according to image pixels.)
实例4 matlab控制摄像头获取外界图像
- MATLAB经典案例系列视频,matlab控制摄像头获取外界图像(MATLAB classic case series video, matlab control camera to obtain external images)
11、摄像头(火眼OV7725)
- V7725的摄像头结构 1.摄像头(实际上是图像传感器在采集)采集图像获得图像数据(是怎么样获得彩色信息数据的呀这个我比较关心与好奇)(V7725 camera structure, 1. cameras (in fact, the image sensor in the collection), collect images, access to image data (how to obtain color information data, I am more concerned abou
matlab-USB摄像头
- matlab使用USB摄像头读取实时图像(Matlab uses a USB camera to read real time images)
MATLAB图像采集
- 能够通过蓝牙模块接受摄像头图像信息将其使用MATLAB进行处理,程序中接口已经写好,可在相应部分更改图像分辨率、蓝牙名称,就可用于机器人,智能车等的轻量级摄像头图像处理开发(The camera image information can be received by Bluetooth module and processed by MATLAB. The interface in the program has been written. The image resolution and B
MATLAB课堂考勤(GUI)
- MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.