代码搜索结果
找到约 8,819 项符合
RGB 的代码
unit1.dfm
object Form1: TForm1
Left = 282
Top = 135
Width = 523
Height = 258
Caption = #35843#25972#22270#29255#30340'RGB'#23545#27604#24230
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
unit1.~dfm
object Form1: TForm1
Left = 282
Top = 135
Width = 523
Height = 258
Caption = #35843#25972#22270#29255#30340'RGB'#23545#27604#24230
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
lpenhance_main.m
function lpenhance_main
clc
clear all
in=imread('212.bmp');
im=rgb2gray(in);
figure,imshow(in);title('原始图像');axis on;
im = double(im) / 256;
rho=3;
sig = std(im(:));
sigma = sig / rho;
nim
fitgauss.m
function R=FitGauss(im0,s,histO,K)
%R=FitGauss(im0,s,histO,K)
%fit quadratic function to the Bhattacharaya coefficient -rho
%for calculating rho we use:
% im0 -current RGB image
% s -ellipt
代码23-1.txt
f=imread('peppers.png'); % 读入图像
f=rgb2gray(f); % 将彩色图像转换为灰度图像
f=im2double(f); % 转换为双精度,便于后面的计算
fig
sandboxscript.m
% Script file for experimenting with various seam functions
%
% Author: Danny Luong, 12/5/07
close all
clear all
X=imread('000000.jpg');
X=double(X)/255;
[rows cols dim]=size(X);
Y=rgb2hsv
xxxfb.h
struct xxxfb_rgb {
struct fb_bitfield red;
struct fb_bitfield green;
struct fb_bitfield blue;
struct fb_bitfield transp;
};
struct xxxfb_lcd_reg {
unsigned long lcdcon1;
u
tif96
#!/bin/sh
#
# RCSID $Id: tif96,v 1.1.1.1 2002/09/05 03:13:18 ken Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
# forward path
../utils/addrt 10.1.0.0 255.255.0.0 10.3.0.0 255.255.0.0 10.2.
statlink.cpp
#include "StdAfx.h"
#include "StatLink.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
COLORREF CStaticLink::g_colorUnvisited = RGB(0,0,25
ipsec_sha1.c
/*
* RCSID $Id: ipsec_sha1.c,v 1.5 1999/12/13 13:59:13 rgb Exp $
*/
/*
* The rest of the code is derived from sha1.c by Steve Reid, which is
* public domain.
* Minor cosmetic changes to accomoda