搜索资源列表
splitRGBBGR
- 可以根据颜色值拆分出RGB值或BGR值,这样在进行颜色设置时就很方便了!
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
image_bmp_process
- 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。
rgb2yuv420
- 实现了rgb到yuv420的转换,目前支持RGB和BGR以及上下翻转等多种方式-Achieved the conversion rgb to yuv420
colsys
- This code converts regular RGB images into five other color systems--RBG,GRB,GBR,BRG,BGR. Changing the color systems gives a different experience of how things could look even more beautiful in other colors.-This code converts regular RGB imag
BMP_RGB
- 读取BMP图像,并实现红绿通道的交换,加强对BMP文件结构的了解,存储顺序实为BGR-Read BMP images, and to achieve the exchange of red and green channel to enhance understanding of the structure of the BMP files, storage is indeed the order of BGR
libjpeglibbpng
- OpenGL一些函数需要此库 这个库对于RGB和BGR转换时必用的-OpenGL library functions that require the RGB and BGR for the library must be used when converting
GetColor
- 拾色小工具,可以选择输出是RGB还是BGR,16位或24位-Color Picker tool, you can choose to output RGB or the BGR 16-bit or 24
pixellib-1.2.115-20110925.tar
- 高质量二维渲染引擎,透视变换,色彩空间变换,二次三次插值,矢量图形,抗锯齿。-pixellib:High Quality Anti-Alising Vector/Raster Graphics Multi-Pixel-Format: RGB, BGR, ARGB, ABGR, RGBA, BGRA 8/15/16/24/32 depth Light weight 100 C implementation SSE2/MMX Graphics Optimized
ModernMenuLib_with_Tray
- AUTOIT UDF for easy MENU creation: ModernMenu possible commands: ---------------------------- *** Common parameters *** bUseAdvMenu - switch on/off GUI advanced menu bUseAdvTrayMenu - switch on/off Tray advanced menu bUseRGBColors - use R
bgr
- opencv实现图像RGB在各个窗口不同分量的显示!具有一定的学习价值!-opencv image RGB display of the different components in each window! The value of learning!
bmptodcm_c
- bmpdcm.c程序是做了RGB值改变,变成BGR的格式。 bmpdcm1.c程序只是完成了初步的bmp文件转换成dcm格式的程序 -the bmpdcm.c program is doing the RGB values change, become BGR format. bmpdcm1.c program just completed a preliminary bmp files into dcm format program
BmpRGBConvert
- 将24位bmp图片的RGB序列转换为BGR-convert 24bit RGB bitmap to BGR bitmap
color
- 编程实现颜色标量量化。输入为24位彩色图像,将RGB分量分别保持头3位、头3位、头2位的值不变,其余各位变为10000、10000和100000,观察处理后的图像的颜色失真情况。注意OpenCV中的RGB分量的存储顺序为BGR。-Programming color scalar quantization. Enter the 24-bit color images, the RGB components respectively held the first three, the first t
YUVPlayer1.6
- 1、支持YUV4:0:0 YUV4:2:0 YUV4:4:4 .rgb格式 .bgr格式,NV12, NV21 2、支持8bit到16bit位深序列的显示 3、支持以64x64为单位查看序列 支持以8x8为单位查看序列 4、支持以bmp格式保存当前窗口,并自动以当前帧的信息为保存名 5、能过显示各个分量的像素值(YUVPlayer1.6 NV12 NV21 YUV420 YUV444)
rgb
- 在visual c++ 2015下读取图片BGR的值,改变值后显示(Read the value of the picture BGR, change the value after display)