搜索资源列表
GCM_1.0
- 在VC环境下开发的,可用于图像的分割以及基础的图像处理
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
PictureClient
- 这是为调试OV6620图像传感器写的上位机图片显示程序,除了可以显示指定路径下的图片外,还可以显示CPU上传的图像数据,程序采用了多线程技术,对学习图像显示和VC++有很好的帮助。-This is for debugging OV6620 image sensor writing PC image display process, which can be displayed specified path of the image, it can display CPU upload the i
ImageProcess2.3
- 这是一个使用W32API开发的一个LED灯光图像处理程序,能够根据输入的阀值来判断LED灯光图像中的LED灯光是否正常.-This is a program developed by VC ,use the W32API interface to programing.it can check the LED picture and output the LDE light if work well.
chap_LED
- vc编写的读入图像并动态显示在LED上的程序。-image reading and LED display
C语言图像处理
- 用C语言编写图像处理经典算法,可用VC运行,本科资料