代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/490628/6450252
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/487827/6500845
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/487389/6510967
cpp directshowhelpers.cpp
#include "StdAfx.h"
#include "DirectShowHelpers.h"
#include
#include
#include
#include
#include
// Make a lowercase copy of s:
vo
www.eeworm.com/read/486528/6534655
h ipsec_sha1.h
/*
* RCSID $Id: ipsec_sha1.h,v 1.5 1999/12/13 13:59:13 rgb Exp $
*/
/*
* Here is the original comment from the distribution:
SHA-1 in C
By Steve Reid
100% Public Domain
* Ada
www.eeworm.com/read/486201/6538095
m showmask.m
function RGB=showmask(V,M,display_flag);
% showmask(V,M);
%
% M is a nonneg. mask
% Jianbo Shi, 1997
V=V-min(V(:));
V=V/max(V(:));
V=.25+0.75*V; %brighten things up a bit
M=M-min(M(:));
M=M/max(M(:)
www.eeworm.com/read/486019/6541595
java imagexor.java
import java.applet.*;
import java.awt.*;
import java.awt.image.*;
import java.net.*;
import java.util.*;
import java.io.*;
/**
*ImageXor is an algorithm to apply logical XOR/XNOR between
www.eeworm.com/read/486071/6542946
h hsi.h
/**$6
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/481905/6632173
spl sinc_h.spl
[Inputs]
clk
pixel
color
bla
[Outputs]
end_l
hs
=rgb[5:0]=
[BiDir]
=dot1[9:0]=
www.eeworm.com/read/477434/6735121
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/477090/6745262
m p0210.m
I=imread('Plane211.jpg');
I2=rgb2gray(I);
imshow(I);
figure,imshow(I2);
figure,subplot(1,2,1),imshow(I);
subplot(1,2,2),imshow(I2);