代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
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
www.eeworm.com/read/484466/6577382
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/484466/6577386
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/477438/6735479
m s041.m
% 灰度图像伪彩色显示(64色) s041
I41=imread('1.jpg');
I410=rgb2gray(I41);
imshow(I410),colormap(jet(64)),colorbar
www.eeworm.com/read/477438/6735486
m s042.m
% 灰度图像伪彩色显示(256色) s042
I42=imread('1.jpg');
I420=rgb2gray(I42);
imshow(I420),colormap(jet(256)),colorbar