搜索资源列表
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. wi
image_bmp_process
- 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。
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. wi
image_bmp_process
- 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。-Written in C with pure RGB file format reading the code, return the first file h
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
CanalBGR
- View video un BGR with opencv
histogram3
- 实现OpenCV里的直方图的建立及其计算,把一幅图像提取出BGR各个分量的值,然后分别计算他们的直方图-OpenCV in the histogram to achieve the establishment of its calculation, to a BGR image to extract the value of each component, and then calculate the histogram of thei
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
BGR_Color
- This utility allow to visually set color and represent color data in BGR format.
libjpeglibbpng
- OpenGL一些函数需要此库 这个库对于RGB和BGR转换时必用的-OpenGL library functions that require the RGB and BGR for the library must be used when converting
pic_process
- 1.实现了YUV到BGR的转换 2.实现了一个移动侦测算法 3.实现了一个高速sqrt函数 4.请自己下载一个YUV文件,按照fopen中所写的路径存放-1. To achieve the conversion of YUV to BGR 2. Implements a motion detection algorithm 3. Implements a high-speed sqrt function 4. You to
rgb2yuv420
- 实现了rgb到yuv420的转换,目前支持RGB和BGR以及上下翻转等多种方式-Achieved the conversion rgb to yuv420
GetColor
- 拾色小工具,可以选择输出是RGB还是BGR,16位或24位-Color Picker tool, you can choose to output RGB or the BGR 16-bit or 24
hikMP4
- 海康视频,HIK,MP4播放,使用ipp 库进行YUV420到BGR的转换成opencv的iplimage,然后显示-Video Haikang, HIK, MP4, use ipp library YUV420 to BGR convert opencv iplimage, and then show
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/MM
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 advance
rgb
- 在visual c++ 2015下读取图片BGR的值,改变值后显示(Read the value of the picture BGR, change the value after display)
HSI与BGR互换
- 将一张影像的颜色通道进行HSI与BGR互换。(HSI and BGR are interchangeable.)