代码搜索:图像重建

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

代码结果 10,000
www.eeworm.com/read/372034/9524248

asv matalignimgplanes.asv

function RPlanes = MatAlignImgPlanes(t, dx, dy) % MATALIGNIMGPLANES Return the Matrix used for aligning the image planes %% 图像平面旋转变换矩阵 Rlanes = [dx^2 + dy * cos(t) dx * dy * (1-cos(t)) dy * sin(
www.eeworm.com/read/167561/9961606

htm _upgradereport.htm

 图像翻转.vbp 升级报告
www.eeworm.com/read/359506/10140984

htm 21.5.htm

图像效果 // 7 variables to control behavior var Book_Image_Width=
www.eeworm.com/read/422469/10635100

scc mssccprj.scc

[SCC] SCC=This is a source code control file [石器图像补丁工具.vbp] SCC_Project_Name=this project is not under source code control SCC_Aux_Path= [石器补丁追加
www.eeworm.com/read/275183/10831519

m contourenhance_main.m

function contourenhance_main clc clear all in=imread('212.bmp'); im=rgb2gray(in); figure,imshow(in);title('原始图像');axis on; im = double(im) / 256; pfilt='9-7'; % choose LP decom
www.eeworm.com/read/274600/10862362

m contourenhance_main.m

function contourenhance_main clc clear all in=imread('212.bmp'); im=rgb2gray(in); figure,imshow(in);title('原始图像');axis on; im = double(im) / 256; pfilt='9-7'; % choose LP decom
www.eeworm.com/read/274600/10862377

m lpwenhance_main.m

function lpwenhance_main clc clear all in=imread('212.bmp'); im=rgb2gray(in); figure,imshow(in);title('原始图像');axis on; im = double(im) / 256; pfilt='9-7'; % choose LP decomposi
www.eeworm.com/read/274600/10862386

m cawenhance_main.m

function cawenhance_main clc clear all in=imread('212.bmp'); im=rgb2gray(in); figure,imshow(in);title('原始图像');axis on; im = double(im) / 256; pfilt='9-7'; % choose LP decomposi
www.eeworm.com/read/273609/10908566

java activeimagesjapplet.java

//【例8.6】 图像的动画设计。 import java.awt.*; import java.awt.event.*; import java.applet.Applet; import javax.swing.*; public class ActiveImagesJApplet extends JApplet implements Runnable,ActionList
www.eeworm.com/read/271552/10989737

c imshow.c

#include "cxcore.h" #include "highgui.h" int main( int argc, char** argv ) { IplImage* pImg=NULL; //声明IplImage指针 //载入图像 if((pImg = cvLoadImage( argc==2?argv[1]:"lena.jpg", 1)) != 0 )