代码搜索:RGB

找到约 8,819 项符合「RGB」的源代码

代码结果 8,819
www.eeworm.com/read/188543/8530079

m 8-13.m

rgb=imread('lily.tif'); imshow(rgb); title('原始图像'); [X_no_dither,map]=rgb2ind(rgb,8,'nodither'); [X_dither,map]=rgb2ind(rgb,8,'dither'); figure, imshow(X_no_dither,map); title('没有抖动的变换图像'); fi
www.eeworm.com/read/389274/8537248

m example76.m

%%example76 %%training samples in=10; num=in; b0(:,1)=reshape(double(rgb2gray(img1)),32*32,1); b0(:,2)=reshape(double(rgb2gray(img2)),32*32,1); b0(:,3)=reshape(double(rgb2gray(img3)),32*32,1);
www.eeworm.com/read/389274/8537771

m example75_eigenvalue.m

%%%example75_eigenvalue b0(:,1)=reshape(double(rgb2gray(img1)),32*32,1); b0(:,2)=reshape(double(rgb2gray(img2)),32*32,1); %caculate the eigenvalues and the eigenvectors of the cov matrix b=(b0(:,1
www.eeworm.com/read/289550/8545209

c helloworld.c

/*=========================================================================== FILE: helloworld.c ===========================================================================*/ /*==============
www.eeworm.com/read/432730/8579596

c jccolor.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/432213/8619513

c jccolor.c

/* * jccolor.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/387891/8648086

c rotozoom.c

/* * Generates a synthetic YUV video sequence suitable for codec testing. * GPLv2 * rotozoom.c -> s.bechet@av7.net */ #include #include #include #define FIXP (1
www.eeworm.com/read/387891/8648242

c null.c

/* * Null Video Hook * Copyright (c) 2002 Philip Gladstone * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Licens
www.eeworm.com/read/387891/8648468

h imgconvert_template.h

/* * Templates for image convertion routines * Copyright (c) 2001, 2002, 2003 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the
www.eeworm.com/read/430776/8728824

m load_nii.m

% Load NIFTI dataset. Support both *.nii and *.hdr/*.img file extension. % If file extension is not provided, *.hdr/*.img will be used as default. % % A subset of NIFTI sform/qform transform is