Location:
Search - ColorMatrix
Search list
Description: 支持的文件格式有jpg gif bmp tif png emf 利用ColorMatrix完成彩色图到灰度图的转换利用LockBits完成算法和分割包内自带GDI+库-support the file format is jpg gif bmp tif png catalog use ColorMat RIX complete color to grayscale conversion using LockBits complete packet segmentation algorithm and within its own GDI libraries
Platform: |
Size: 1012226 |
Author: 李之见 |
Hits:
Description: 支持的文件格式有jpg gif bmp tif png emf 利用ColorMatrix完成彩色图到灰度图的转换利用LockBits完成算法和分割包内自带GDI+库-support the file format is jpg gif bmp tif png catalog use ColorMat RIX complete color to grayscale conversion using LockBits complete packet segmentation algorithm and within its own GDI libraries
Platform: |
Size: 1873920 |
Author: 李之见 |
Hits:
Description: Colormatrix for the chemalux coating AR.
Platform: |
Size: 119808 |
Author: vinay |
Hits:
Description: 图像的灰度化、二值化和反色是些较简单的图像像素处理过程,我在《GDI+ 在Delphi程序的应用 -- ColorMatrix与图像灰度化》和《GDI+ 在Delphi程序的应用 -- 图像二值化》-procedure ImageDynamTwoValues(Data: TImageData SubSize: Integer)
var
Sub: TImageData
GrayData: TGrayStatData
x, y: Integer
begin
if SubSize <= 0 then
begin
ImageGrayStat(Data, GrayData, True)
ImageTwoValues(Data, GrayData.Average)
Exit
end
y := 0
while y < Data.Height do
begin
x := 0
while x < Data.Width do
begin
Sub := GetSubImageData(Data, x, y, SubSize, SubSize)
ImageGrayStat(Sub, GrayData, True)
ImageTwoValues(Sub, GrayData.Average)
Inc(x, SubSize)
end
Inc(y, SubSize)
end
end
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/maozefa/archive/2007/11/29/1908031.aspx
Platform: |
Size: 182272 |
Author: liyb |
Hits:
Description: as3的实现调色的类。可实as控制图像的饱和度,亮度,对比度,及色相值。 -as3 implementation of color classes. Can really control the image as the saturation, brightness, contrast, and hue values.
Platform: |
Size: 2048 |
Author: mythlong |
Hits:
Description: 在flash中通过脚本改变色相值、饱和度、亮度-Changed by the script in the flash hue, saturation, brightness,
Platform: |
Size: 336896 |
Author: rowdon |
Hits:
Description: GDIPlus颜色调整矩阵ColorMatrix 作者:邓学彬(泪闯天涯)-The GDIPlus color adjust the matrix ColorMatrix
Platform: |
Size: 202752 |
Author: 邓学彬 |
Hits:
Description: openGL 图像处理中色度处理矩阵的简易代码-easy chroma processing matrix code openGL image processing
Platform: |
Size: 1024 |
Author: 李平 |
Hits:
Description: Create a new colormatrix initialized to identity Source Code for Andriod.
Platform: |
Size: 2048 |
Author: soduetun |
Hits: