代码搜索结果
找到约 8,819 项符合
RGB 的代码
amvideo.cpp
//------------------------------------------------------------------------------
// File: AMVideo.cpp
//
// Desc: DirectShow base classes - implements helper functions for
// bitmap formats.
e680. brightening or darkening an rgb buffered image.txt
This example demonstrates how to brighten or darken an RGB buffered image by scaling the red, green, and blue values in the image.
// To create a buffered image, see e666 Creating a Buffered Ima
fasong.m
发送:
x=1:10000;
y=1:10000;
z=1:10000;
jm1=1:10000;
jm2=1:10000;
jm3=1:10000;
jma=1:10000;
jmb=1:10000;
jmc=1:10000;
load('data.txt','-ascii');
x(1)=data(1);
y(1)=data(2);
z(1)=data(3);
tuxys1.m
RGB=imread('peppers.png');
imshow(RGB);
[x map]=rgb2ind(RGB,0.2);
figure
imshow(x,map);
[x map]=rgb2ind(RGB,185);
figure
imshow(x,map);
patch-libpng-1.2.18
--- pngrtran.c_ 2007-06-25 04:09:58.000000000 +0200
+++ pngrtran.c 2007-06-25 04:09:53.000000000 +0200
@@ -1293,9 +1293,9 @@
if(rgb_error)
{
png_ptr->rgb_to_gray_status=1;
-
rgb-yuv%2fmodule-setting
Some usefull setting for the module:
KERNEL 2.6.x ONLY
/******************************************************************/
IMPORTANT !!!!
you need to close and reopen the device to get the change act
使用rgb值填充窗口背景 .txt
使用RGB值填充窗口背景
作者:催月泪 于2007-11-16上传
--------------------------------------------------------------------------------
西安百丽涛博运动城 PUMA店 By 催月泪
WINDOWS给我们提供了一些常用的颜色值以及画刷值,我们可以用这些值来决定窗口的背景色,这些
xil_ycrcb2rgb_enablement.m
function keysEnablementsStruct = Xil_YCrCb2RGB_enablement(blockHandle, keysValuesStruct)
%intially, construct the return value (keysEnablementsStruct) with
%all controls enabled
keys = fieldnames(
xil_ycrcb2rgb_config.m
function Xil_colorspaceYCrCb2RGB_config(this_block)
% Revision History:
%
% 18-Sep-2005 (23:07 hours):
% Original code was machine generated by Xilinx's System Generator after par