搜索资源列表
screen_copy2bmp
- 屏幕截图,并存为bmp格式,通过bmp格式可以转换为rgb-Screenshots, both of bmp format, bmp format can be converted to rgb
RGB-HSI
- 这是一个实现从RGB到HSI的互换的程序,你可以将一个你所喜欢的bmp文件在本程序中转换。-This is a realization from RGB to the HSI Exchange of procedures, you can be one you like bmp file in the conversion process.
BmpToRGB16.convert bmp to rgb16
- convert bmp to rgb565,algorithm to handle all kinds of bmp to rgb565
BMP文件提取信息
- BMP文件提取信息,可以查看RGB信息,可以查看是否使用调色板信息等,BMP file extract information, you can view the RGB information, you can view information such as whether or not to use the palette
bayer2rgb.rar
- bayer格式图像转换为RGB图像 输入和输出为Bmp vc6编译,bayer format images converted to RGB image input and output for the Bmp vc6 compiler
BMP2YUV
- 将bmp图像转换为YUV格式,主要涉及bmp文件格式的解析,RGB与YUV的格式转换-Transform BMP to YUV
ColourChange
- 彩色变换:对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再给出并显示该图的HIS三个分量的图像。-Colour change: given an RGB on the original image (such as bmp format) and displays the map given R, G, B color image, draw R, G, B histogram of each ima
bmp2c
- 将bmp文件转成16位彩色的C数组,用于生成WinCE启动画面需要的数据,用C#开发。还可以将生成好的C数组读入显示-Bmp files will be converted into 16-bit color of the C array, WinCE startup screen used to generate the data needed, and C# Development. Can also generate a good read into the array C show
YUV2BMP
- YUV到BMP格式的转换-YUV to BMP format conversion
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
rgb2ycbcr
- conver rgb image to yuv
bmp-font-bit
- 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
RGB2YUV
- calculates YUV values from RGB values-calculates YUV values from RGB values
bmp
- 调用bmp图像,将256色图像转化为灰度图,图像锐化,RGB转换成YUV-Call bmp images, 256 color images into grayscale, image sharpening, RGB into YUV
bmp_conv
- convert bmp to 16 bit RGB
RGB-RGBA
- 图形文件格式转换。将BMP文件格式转换成RGB文件格式。在OPENGL中加载。-coverte the bmp jpg tiff to rgb. or reverse the rgb format to bmp format.
VB-USB-VIDEO-TO-RGB
- VB实现USB摄像头回调图像各种格式转换为BMP代码(二次完全查表法) YUY2,YUY9,i420,UYVY转换为RGB-VB callback USB camera to achieve a variety of formats to BMP image code (the second full look-up table) YUY2, YUY9, i420, UYVY to RGB
bmp2rgb
- bmp 图片格式转rgb 格式 ,可以转任意分辨率的bmp 格式的图片,转换的结果是444的rgb-bmp to rgb
RGB-BMP互转
- 根据已有的rgb565图像数据,得到对应的bmp图像(get bmp photo according to rgb565 datas)
RGBtoYUV
- BMP格式文件的RGB数据转换为YUV格式。(Transform RGB data of a bmp to YUV.)