搜索资源列表
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
displayRGBfromRAW.rar
- c++ mfc rgb reader可以用來讀取RAW檔案,c++ mfc rgb reader can be used to read RAW files
RGB
- extract raw file YUV color and combine in RGB color
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
RAW
- 讀取RGB的raw格式檔案,分割檔按理也含有raw範例副檔 適合初學者使用,為第一份作業-Read RGB raw format files, split files supposedly also contain raw sample file suitable for beginners to use for first job
bali_640x360_RGB24
- rgb raw frame rgb raw frame-rgb raw framergb raw framergb raw frame
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.
OV7255_RAW8_RGB888_VGA
- FPGA实现,OV7255摄像头的采集,RAW格式转为RGB格式,用SDRAM存储,然后VGA显示-FPGA implementation, collection OV7255 camera, RAW format into RGB format, with SDRAM memory, and VGA display
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
ColorInterpolation
- 从sensor采集到的RAW图,通过双线性插值的方法转换为RGB图片。该函数包含了各种pattern排列顺序的插值方法。(The RAW graph collected from sensor is converted into RGB image by bilinear interpolation. The function contains interpolation methods of various pattern permutations.)