代码搜索:图像重建

找到约 10,000 项符合「图像重建」的源代码

代码结果 10,000
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
www.eeworm.com/read/490005/6465445

asp admin_upimage.asp

www.eeworm.com/read/489402/6470854

asp counter.asp

图像计数器
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