-
-
-
-
[
C/C++]
example.rar
RGB compressed JPEG files with source code written in C source code. Can be used directly.
Category:
GDI-Bitmap Upload User:
lvseguoji Size:
1K
-
[
Delphi]
RGB2BITMAP.rar
DELPHI developed with the RGB data into Bitmap function. Users can directly use.
Category:
GDI-Bitmap Upload User:
wangduan80 Size:
1K
-
-
[
Visual C++ (VC++)]
YCbCr2RGB.rar
vc environment developed YCbCr and RGB conversion functions of each other, and realize after conversion to generate YCbCr bmp files and documents, and generate the bmp files into jpg files to use when you load the GDI library, and related environmental ...
Category:
GDI-Bitmap Upload User:
ryongs Size:
2347K
-
[
Visual C++ (VC++)]
YCbCrRGB.rar
TMS320C6000 series DSP to do image processing applications, for example, image color mode conversion from RGB to Y Cr Cb
-
[
Visual C++ (VC++)]
liaozhigan0873.rar
// CDC::FillSolidRect is faster, but it does not handle 8-bit color depth
VERIFY(brush.CreateSolidBrush(
RGB(r+rStep*iOnBand, g+ gStep*iOnBand, b+ bStep* iOnBand)))
pDC->FillRect(&rectFill,&brush)
VERIFY(brush.DeleteObject()) ...
-
-
[
Matlab]
colormoments.rar
Using color moments algorithm matlab realize, first convert rgb images to HSV space, and then calculated for each component of the 123-order moments, the final composition of 9-dimensional vector for comparison.