代码搜索:图像重建

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

代码结果 10,000
www.eeworm.com/read/349024/10855869

jsp twaintest.jsp

www.eeworm.com/read/274600/10862416

m lpenhance_main.m

function lpenhance_main clc clear all in=imread('212.bmp'); im=rgb2gray(in); figure,imshow(in);title('原始图像');axis on; im = double(im) / 256; rho=3; sig = std(im(:)); sigma = sig / rho; nim
www.eeworm.com/read/273887/10895650

c func.c

/*****************************************************************************/ //func.c // 定义有关各迷宫小车图像处理函数 // 处理针对YUV图象的UV进行 // 注意所有的都是先列后行! // X对应列,对应宽度,Y对应行,对应高度 /***************************
www.eeworm.com/read/418162/10962967

htm 4.5 鼠标放到图片上会显示另外一张图片.htm

标题页 function changeSrc(obj) { obj.src="LOGO2.gif";//改变图像地址 }
www.eeworm.com/read/416576/11020585

c ov7725.c

/********************************* 版 权: 文 件 名:ov7725.c 作 者:狄兰兰 创建日期:20090213 版 本:02.00.01 功能描述:cmos图像传感器驱动程序, 完成VGA、QVGA、QQVGA、CIF、QCIF
www.eeworm.com/read/468776/6987932

html x1697.html

图像 Image
www.eeworm.com/read/467311/7009646

txt disposalcolorimage.txt

图像的颜色处置 h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例75'); h1=axes('parent',h0,... 'position',[0.12 0.45 0.75 0.5],... 'visible','off'); I=imread('
www.eeworm.com/read/466692/7031438

htm experiment1.htm

html文档结构、文本标签、图像标签
www.eeworm.com/read/462020/7212492

html s1-images-view-konqi.html

使用 Konqueror 来查看图像
www.eeworm.com/read/461776/7220728

cpp image.cpp

// // 24Bits/Pixel 图像 // // Copyright (c) 2000-2002 Chihiro.SAKAMOTO (HyperWorks) // #include "StdAfx.h" #include "Application.h" #include "Image.h" #include "File.h" #include "Misc.h" #inc