搜索资源列表
rawsource
- RawSource (string filename, int width, int height, string pixel_type, int offset) # for loading raw video data # # filename: the raw file e.g. a YUV-file # width, height: you must specify the image dimensions. width is max 2880 # pixel_type
Bilinear-Image-Rescaling
- Bilinear Image Rescaling Rescales raw image data using bilinear interpolation. The image data must be provided as a MxN matrix or as a MxNx3 matrix (for RGB image data). The new image size of width W and height H may be specified. -Bilinear Imag
RAW
- Bayer to rgb converter
RAW2RGB
- 将Bayer格式的raw data文件转换成RGB格式,并生成BMP文件输出-The Bayer pattern raw data files into RGB format and generate BMP file output
raw2rgb
- 读取raw图,并转换为rgb图,显示转换后的rgb图-Figure raw read and convert rgb showing the converted diagram rgb
BilinearInter
- 用双线性插值的办法将图像从raw格式还原成rgb格式。附有例子。-The image is reduced to rgb format the raw format with bilinear interpolation approach. With examples.
RAW8ToRGB24
- 摄像头采集的8 bit raw data 转 RGB 24 bit;包含raw数据文件和可运行代码。
chazhi
- 图像插值C源码,包含各种图像变换如RAW22RGB,RAW2YUV,差值处理等-image processing source code,complete RAW 2 RGB,RAW 2 YUV,and so on