代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/307077/13731784
m ch2_3_4.m
%图像的动画显示
mri = uint8(zeros(128,128,1,27));
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif', frame);
end
mov = immovie(mri,map);
movie(mov);
www.eeworm.com/read/150772/5689141
jsf buildphotoalbum.jsf
App.progressCountTotal = 12;
App.progressCountCurrent = 0;
fw.dismissBatchDialogWhenDone = true;
doc = fw.openDocument('file:///E|/temp/工作目录/4图像/html/imagesource/BT0015.jpg');
App.progressCountCurrent
www.eeworm.com/read/427337/6285111
asv ifcosisgood.asv
clear all
close all
clc
[filename,pathname] = uigetfile('*.bmp','打开拍摄回来的红色图像...');
fName = strcat(pathname,filename);
Rpicture = double(imread(fName));
% idisp(uint8(Rpicture))
[Row,Column,n]
www.eeworm.com/read/427337/6285122
m ifcosisgood.m
clear all
close all
clc
[filename,pathname] = uigetfile('*.bmp','打开拍摄回来的红色图像...');
fName = strcat(pathname,filename);
Rpicture = double(imread(fName));
% idisp(uint8(Rpicture))
[Row,Column,n]
www.eeworm.com/read/492695/6419414
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/482807/6612593
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/482213/6629746
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/476396/6760208
m ch2_3_4.m
%图像的动画显示
mri = uint8(zeros(128,128,1,27));
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif', frame);
end
mov = immovie(mri,map);
movie(mov);
www.eeworm.com/read/156038/11833184
cpp linerparadlg.cpp
// LinerParaDlg.cpp : implementation file
//
#include "stdafx.h"
#include "图像增强技术.h"
#include "LinerParaDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]