代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/398100/2397427
java serialimage.java
// 程序:连续图像绘制
// 范例文件:SerialImage.java
import java.awt.*;
import java.applet.*;
import java.awt.image.*;
public class SerialImage extends Applet implements Runnable
{
int AppletW
www.eeworm.com/read/395621/2434205
java serialimage.java
// 程序:连续图像绘制
// 范例文件:SerialImage.java
import java.awt.*;
import java.applet.*;
import java.awt.image.*;
public class SerialImage extends Applet implements Runnable
{
int AppletW
www.eeworm.com/read/384950/2595989
m sumarize11_6_3.m
%载入图像
load trees
%RGB转换为灰度图
I = ind2gray(X,map);
imshow(I)
%指定特定区域,并进行填充
I2 = roifill;
imshow(I2)
www.eeworm.com/read/358021/3007375
m sumarize11_6_3.m
%载入图像
load trees
%RGB转换为灰度图
I = ind2gray(X,map);
imshow(I)
%指定特定区域,并进行填充
I2 = roifill;
imshow(I2)
www.eeworm.com/read/354849/3073384
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example026_图像的特效显示
{
///
///
www.eeworm.com/read/352449/3094655
java serialimage.java
// 程序:连续图像绘制
// 范例文件:SerialImage.java
import java.awt.*;
import java.applet.*;
import java.awt.image.*;
public class SerialImage extends Applet implements Runnable
{
int AppletW
www.eeworm.com/read/146608/12634993
cpp freqcalculate.cpp
// ************************************************************************
// 文件名:FreqCalculate.cpp
//
// 图像正交变换函数库:
//
// FFT() - 一维快速付立叶变换
// IFFT() - 一维快速付立叶逆变换
// Fourier() - 二
www.eeworm.com/read/135891/13889947
java serialimage.java
// 程序:连续图像绘制
// 范例文件:SerialImage.java
import java.awt.*;
import java.applet.*;
import java.awt.image.*;
public class SerialImage extends Applet implements Runnable
{
int AppletW
www.eeworm.com/read/135779/13899945
m example76_eigenvector.m
%%%example_figure
%%%%imread the image samples
figure('name','实验图像的特征提取','numbertitle','off');
%to look the primary components of the first sample
%and to see the target curve
y=W*b0;
i=1:5;
www.eeworm.com/read/135754/13902113
m example76_eigenvector.m
%%%example_figure
%%%%imread the image samples
figure('name','实验图像的特征提取','numbertitle','off');
%to look the primary components of the first sample
%and to see the target curve
y=W*b0;
i=1:5;