代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/108670/6181420
cpp tga.cpp
/* 读取TGA图像文件,支持8,15,16,24位色 */
#include
#include
#include "gl.h"
typedef struct TGAHEADER{
BYTE identsize;
BYTE colormaptype;
BYTE imagetype;
WORD colormapstart;
W
www.eeworm.com/read/394371/6281783
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/402118/6285754
m skin.m
% function segment=skin(I);
I=imread('k001.JPG');
figure(1);imshow(I);
xlabel('原图像')
I=double(I);
[hue,s,v]=rgb2hsv(I);
cb = 0.148* I(:,:,1) - 0.291* I(:,:,2) + 0.439
www.eeworm.com/read/402118/6285756
asv skin.asv
function segment=skin(I);
I=imread('k001.JPG');
figure(1);imshow(I);
xlabel('原图像')
I=double(I);
[hue,s,v]=rgb2hsv(I);
cb = 0.148* I(:,:,1) - 0.291* I(:,:,2) + 0.439 *
www.eeworm.com/read/344200/6326568
h dct.h
#include
#include
#include
#include
#include "types.h"
////blstype Quantization(btype QuanTable[][8][8],int row,int column,short int *a);
////a:指向图像数据的
www.eeworm.com/read/493778/6390268
txt readme.txt
calldemo - 语音呼叫业务演示程序
dib - bitmap图像处理演示程序
hellothread - 线程( IThread)演示程序
ifile - BREW3.1 文件系统演示程序
mybattery - IBattery 和 IModel 演示程序
rscpooldemo - 资源池(IRscPool
www.eeworm.com/read/492794/6409117
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/491719/6433289
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre