搜索资源列表
过滤透明色
- 本程序采用VC++6开发,主要用于将一些美工提供的位图资源由于某些原因在图像周圈存在同指定的透明颜色(软件开发中一般为粉红色RGB(255,0,255))略有不同的毛刺杂色,在软件界面中显示这些位图时这些杂色会显示出来,用常规软件中的画刷来处理这些杂色既费时又可能损坏原图。这个小程序采用逐个像素处理法可方便快速的解决这个问题。提供全部VC源码。-the procedures used six VC development, some of the major artists for the Bi
RgnDlg_Bitmap
- 特殊形状窗口,根据位图,比如将位图中RGB(255, 0, 255)色去掉,保留剩下的位图形状,将该形状应用于对话框窗口,使窗口个性化-special shape of the window, bitmap, for example - will map RGB (255, 0, 255) remove color, retain the remaining bitmap shape, the shape used in this dialog window, the window of per
RGB2BITMAP
- 用DELPHI开发的把RGB数据转化为Bitmap的函数. 用户可以直接用的.
dibimage
- 能够以多种方式处理位图文件,包括RGB颜色分离与组合、各种滤镜效果与图像变幻、各颜色分量调整及亮度、对比度、GAMA值调整等,功能强大-To a variety of ways to deal with bitmap files, including RGB color separation and combination of a variety of filter effects and image changes, the color of the weight adjustment an
bitmapToRGB
- 把BitMap格式的文件解码成.h的RGB格式文件,这有利于程序的运行数度,把BMP图片先解码处理。-Bitmap file format to decode into. H the RGB format, which is conducive to the operation of the procedure several times, the BMP image decoder to deal with first.
HVSnapContinuous
- 演示利用回调方式,实现连续循环采集图像到内存,并转换成RGB 24位格式位图。-Demonstration of the use of callback methods achieve continuous cycle of collecting images into memory and converted into RGB 24-bit format bitmap.
putoutbuttonbitmap
- 输入图片文件,即可输出图片的RGB,保存到文本文件中。-putout bitmap RGB
Middle
- 数字图像处理程序之一,实现读取24位位图并显示,可以做其Y分量均衡化,查看RGB直方图-One of digital image processing procedures to achieve 24-bit bitmap to read and display, they can do the Y component of equalization, view the RGB histogram
Vista
- 位图分析转换软件 可以分析8,16,24,32位BMP图 输出可选16位,18位,24位RGB格式 同时支持串行下载-Bitmap analysis of 8,16,24,32-bit conversion software can map out the optional 16-bit BMP, 18 bit, 24-bit RGB format also supports serial download
DIB2YUV
- 将rgb位图转化为YUV420的文件格式-Will be converted to rgb bitmap file format YUV420
PfzDrawingSample
- 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它
Exp1
- 播放YUV格式的视频,把YUV转换为RGB形式,然后再用位图显示-ay the video, the YUV format YUV converted to RGB form, next reoccupy bitmap displays
jxf_BMP_0612
- 解析并显示位图文件,颜色空间的转换,显示RGB/YUV文件,图像的量化和采样 -Analytical and display a bitmap image file, color space transformation of the display RGB/YUV files, image quantization and sampling
tFilterthrough
- 本程序源码使用Visual C++6开发,主要用于将一些美工提供的位图资源由于某些原因在图像周圈存在同指定的透明颜色(软件源码开发中一般为粉红色RGB(255,0,255))略有不同的毛刺杂色,在软件件源码界面中显示出来这些位图时时这些杂色会显示出来出来,用常规软件源码中的画刷来处理这些杂色既费时又可能损坏原图。这个小程序源码使用逐个像素处理法可方便快速的解决这个问题。提供全部Visual C源码。 -The program source code the the Visual C++6 d
twoIMGRegFourPointsPair
- 通过手动选择两幅有重叠区域的图像对应点,可以将图像对进行配准和拼接,非常适合做图像配对和拼接的人参考,目前适用于位图图像,灰度图和RGB真彩图。压缩包文档中包含了示例图像和使用说明截图。-Two overlapping regions of the image corresponding points by manually selecting the image registration and stitching is very suitable for image matching and
FillRC
- VC图像填充选区的源码实例,实现思路:CBrush brush(RGB(255, 128, 128))定义一个颜色画刷,使用颜色填充区域,加载位图,创建位图画刷,使用位图填充区域,释放画刷对象,定义一个区域对象,绘制矩形边框,创建一个矩形选区,组合选区,获取两个选区的公共部分,将选区对象附加一个选区句柄,填充选区,释放选区句柄等-Source code examples VC image fills the constituency, the realization of ideas: CBru
dibimage
- VC++图像处理程序-多种方式处理BMP位图文件,例子功能相当强大,解析位图,解析RGB颜色分量,推荐给VC++编程者参考。功能强大,代码的参考价值更大,(英文的资料)。-VC++ image processing program- a variety of ways BMP bitmap file processing examples quite powerful, analytical bitmaps, analytical RGB color components, it is reco
BmpRGBConvert
- 将24位bmp图片的RGB序列转换为BGR-convert 24bit RGB bitmap to BGR bitmap