代码搜索结果
找到约 8,819 项符合
RGB 的代码
iris_classification.m
clear
close all
%Iris classification
% s=rgb2gray(imread('D:\MATLAB7\work\处理后1\44_1.bmp'));
% Iris_44(1,:)=feature_extract(s);
% s=rgb2gray(imread('D:\MATLAB7\work\处理后1\44_2.bmp'));
% Iris_44(2,
worldvertexalpha.psh
ps.1.1
tex t0 ; basetexture
tex t1 ; lightmap
#if TEXKILL
texkill t3
#endif
mov r0.a, 1-t1.a
;mov r0.rgb, t0 ; * 2 * (overbrightFactor/2)
;mov_x2 r0.rgb, t0 ; * 2 * (overbrightFactor/2
colorspace.h
#ifndef __COLORSPACE_H__
#define __COLORSPACE_H__
#include
#include
size_t uyvy2rgb24( __u8 *dest, __u8 *source, size_t dest_size, size_t source_size );
size_t uyvy2rgb
exview1.m
BW=ones(3,3);
%%%%%%%读取图像并滤波
I1=imread('c:/pict/72.bmp');I1=rgb2gray(I1);I1=medfilt2(I1);
I2=imread('c:/pict/74.bmp');I2=rgb2gray(I2);I2=medfilt2(I2);
I3=imread('c:/pict/75.bmp');I3=rgb2gray(I3);
select-font-face.c
/*
* Copyright © 2006 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that
wmessage.h
#ifndef __WINDOWS_MESSAGE_HEAD_FILE_2002_12_31
#define __WINDOWS_MESSAGE_HEAD_FILE_2002_12_31
#include
#define WM_SHELLNOTIFYICON (WM_USER+2000)
#define WM_DD_CREATE (WM_USER+2001
grey_main.m
function grey_main
in=imread('212.bmp');
im=rgb2gray(in);
[nim,x,y] = greytrans(im,4);
%figure,imshow(nim);
seamput.m
function x=SeamPut(x,SeamVector)
% SEAMPUT takes as input a RGB or grayscale image and SeamVector array to
% find the pixels contained in the seam, and to adds a seam of interpolated
% pixels to th
seamput.m
function x=SeamPut(x,SeamVector)
% SEAMPUT takes as input a RGB or grayscale image and SeamVector array to
% find the pixels contained in the seam, and to adds a seam of interpolated
% pixels to th
videomaninputformat.cpp
#include "VideoManInputFormat.h"
VideoManInputFormat::VideoManInputFormat(void)
{
SetFormat( 320, 240, 60, UNKNOWN, RGB24 );
showDlg = false;
dropFrames = true;
clock = true;
renderAudi