搜索资源列表
RealtimeImageLineExtractAlgorithmDemo
- 算法特点: (1)可检测低对比度直线(可根据感兴趣问题的边缘强度调整); (2)编程接口简单,集成移植非常容易,算法可输出图像中每条直线的起点、终点、斜率等参数; (3)程序代码完全工程化设计,对320×240图像的处理速度可达15帧/秒; 测试方法: 在安装有USB CMOS摄像头的计算机上直接运行本程序即可看到实时检测直线的处理效果(采用不同颜色表示不同方向的直线)。 (可用于立体视觉、摄像机标定、人体运动分析、智能交通道路检测、工业生产监测等)
RealtimeHumanFaceDetectionAlgorithmDemo
- 算法特点: 1)可检测正面正负15度人脸; 2)支持多人脸检测; 3)经过优化后对尺寸为320×240的视频图像检测速度达15帧/秒; 4)支持灰度图像人脸检测、低照度视频图像人脸检测。 测试条件:要求计算机安装USB CMOS视频摄像头及驱动程序。 运行要求:可执行程序exe与配置文件FPD.ini在同一个目录下。
qumo
- 图片取模,对320*240的图片转换成2 56色图片再取模转换成二进制源代码
uCGUI320X240
- uCGUI320X240 彩屏 基于ARM744办b0公版LCD为320*240-LCD display program
Mindray
- 实现一个图像缩放算法,不调用对算法本身有帮助的库函数,将图像缩放到指定的大小。 具体功能: 1.输入为用windows画图程序生成的无压缩BMP图片,只支持256色位图和24位色位图,输出格式与输入格式相同,要求也要能用Windows画图程序打开; 2.支持批量转换,一次转换的张数不作限制,命令行接口指令如下: Zoom.Exe imagelist.txt 其中imagelist.txt的保持待转换的文件列表,以纯文本格式指定了每幅图片转换后的宽度和高度,格式示例如下:
myMedianFilter
- RGB24彩色图片图像中值滤波,图片大小320*240,数据从dat文件中读出,并将处理过的数据存入dat文件-The the RGB24 color pictures image filtering, image size 320* 240, the data from the dat file read out and processed data stored in the dat file
tt
- 读取RGB24彩色图像的dat文件,没帧图片大小为320*240,然后对图片进行直方图均衡,一种是调用matlab接口,一种是自己写的,读取C语言处理的dat文件,都显示出来进行对比-Read the RGB24 color image dat file, no frame picture size is 320* 240, and then the image histogram equalization, a call matlab interface, one is to write yo
RGB24
- 读取RGB24彩色图像的dat文件,并plot显示,读取经过中值滤波的dat文件,对比显示,图片大小为320*240-Read the RGB24 color image dat file and plot, read after median filtering dat file, contrast, image size is 320* 240
tftlcddrive
- 一个液晶模块驱动程序,驱动芯片为S6D0139 (片内172800字节GRAM,即240*320*18/8),主控芯片是LPC2290,该程序的功能是:为一个教学评估板制作一个菜单程序。-An LCD driver, driver chips for S6D0139 (172800 bytes on-chip GRAM, ie 240* 320* 18/8), the master chip is the LPC2290, the functionality of the program are
yuv-rgb.cpp
- YUV422转换成RGB888文件,MCU从OV7660中提取原始YUV流,可以做到320*240-YUV422 invert to RGB888 bmp file, MCU OV7660
infrared-test-images
- 分辨率为320×240的红外图像序列,一共426张,是实验室拍摄的某路上的红外图像,一共426张,可用于matlab红外图像处理仿真-Resolution infrared image sequences 320,240, a total of 426, is a way of infrared images taken by the laboratory, it can be used for infrared image processing matlab simulation
vehicle_detection_haarcascades-master
- haar和adboost去检测车辆 图片像素值是320*240(detect cars using haar and adboost algorithm.)