搜索资源列表
1
- 本代码介绍硬件无关初始化屏幕为640*480.256色的模式的方法
video
- imageEn视频采集原码,使用imageen进行视频采集时有最大图像640*480的限制,代理商说是试用版的问题;
median
- 对图像进行中值滤波,暂时使用640*480大小的图像。
log
- 对bmp图像用log算子进行边缘提取。图像大小640*480
ImageConverter
- 把bmp檔轉換成NTSC的格式,程式的輸入是bmp檔,程式會自動轉換成720*480的大小,然後經過一連串的轉換,把bmp變成NTSC的格式,可以放入嵌入式版子變成視訊撥出來-Bmp files put into NTSC format, the program input are bmp files, the program will be automatically converted into 720* 480 size, then a series of conversion, bmp
m
- 该程序将一个480*640的图像进行了中值滤波,然后分成四小幅,进行了阈值化,提取出了图像边缘,并将边缘与图像放一起比较,以调试边缘与原程序的稳合程度。-The program will be a 480* 640 images of the median filter, and then divided into four small, to the threshold of extracted image edges, and edge compared with the images pu
gray2yuv
- 将输入的640*480的灰度图转为yuv图像,-640*480 gray image to yuv image
StereoVision_SSD
- 本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中
code-yuv2rgb
- #define XSIZE 640 #define YSIZE 480 #define IMGSIZE XSIZE * YSIZE typedef struct RGB { unsigned char R unsigned char G unsigned char B }RGB struct RGB in[IMGSIZE] //需要计算的原始数据 unsigned char out[IMGSIZE] //计算后的结果-you must nee
rgb_matrix(usable)
- 将图片转换成mif文件,例如将640*480彩色图片转换为mif 文件-Convert the picture to mif file, for example, 640* 480 color images converted to mif file
Flow-master
- PX4 光流模块源码,第一次发布版,可能存在问题。这是现在最好的开源光流模块了。-PX4Flow is an optical flow smart camera. It has a native resolution of 752×480 pixels and calculates optical flow on a 4x binned and cropped area at 250 Hz (bright, outdoors), giving it a very high light sensi
yuy2_16torgb_24
- 实现yuy2转换成bmp格式,显示图片实例,实例是以640*480分辨率进行转换,可以修改成自己需要的分辨率-This Program Convert yuy2 to bmp