代码搜索结果
找到约 8,819 项符合
RGB 的代码
commonrmcontrol.cpp
#include "stdafx.h"
#include "commonRMControl.h"
/////////////////////////////////////////////////////////////////////////////
// CMRButton
const COLORREF CLR_BTN_WHITE = RGB(255, 255, 255);
codeconfig.ini
[TMC]
comm=1
bound=1
crcbyte=1
databyte=1
stopbyte=1
inputtype=1
writetype=1
[CODE]
on=
off=
rgb=
video=
jpegfile.cpp
////////////////////////////////////////////////////////////
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images.
// It is based on the IJG V.6 code.
//
//
aicinvcolorconversion.pas
unit AICInvColorConversion;
{ Advanced Image Coding (AIC)
===========================
YCbCr to RGB color conversion.
Parts of the code in this unit are based on the IJG JPEG reference softwa
aicfwdcolorconversion.pas
unit AICFwdColorConversion;
{ Advanced Image Coding (AIC)
===========================
RGB to YCbCr color conversion.
Parts of the code in this unit are based on the IJG JPEG reference softwa
lunwenbpbch.m
rgb=imread('g:\pp.bmp','bmp');
pic=imresize(rgb,[64 64]);
st=zeros(1,4096);
for i=0:63
for j=0:63
st(1,i*64+j+1)=pic(i+1,j+1); %str(1,(64*(i-1)+j))=pic(i,j);
end
end
bcnoiseyouse.m
rgb=imread('g:\pp.bmp','bmp');
pic=imresize(rgb,[64 64]);
st=zeros(1,4096);
for i=0:63
for j=0:63
st(1,i*64+j+1)=pic(i+1,j+1); %str(1,(64*(i-1)+j))=pic(i,j);
end
end
anoisebchgood.m
rgb=imread('g:\pp.bmp','bmp');
pic=imresize(rgb,[64 64]);
st=zeros(1,4096);
for i=0:63
for j=0:63
st(1,i*64+j+1)=pic(i+1,j+1); %str(1,(64*(i-1)+j))=pic(i,j);
end
end
alpbch.m
rgb=imread('g:\pp.bmp','bmp');
pic=imresize(rgb,[64 64]);
st=zeros(1,4096);
for i=0:63
for j=0:63
st(1,i*64+j+1)=pic(i+1,j+1); %str(1,(64*(i-1)+j))=pic(i,j);
end
end
tmc.m
function result=tmc(image1,image2)
image1=rgb2gray(image1);
image2=rgb2gray(image2);
if size(image1)>size(image2)
Target=image1;
Template=image2;
else
Target=ima