代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
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
www.eeworm.com/read/477438/6735486
m s042.m
% 灰度图像伪彩色显示(256色) s042
I42=imread('1.jpg');
I420=rgb2gray(I42);
imshow(I420),colormap(jet(256)),colorbar
www.eeworm.com/read/410658/11272663
cpp gamemap.cpp
#include "stdafx.h"
#include "gamemap.h"
#include "myclock.h"
#include "tool01.h"
#include "texttool.h"
extern int wwin,hwin;
extern HWND hWndMain;
//基本图像
extern MYANIOBJ bmMap;
//天空背景
www.eeworm.com/read/263177/11372731
cpp tga.cpp
/* 读取TGA图像文件,支持8,15,16,24位色 */
#include
#include
#include "gl.h"
typedef struct TGAHEADER{
BYTE identsize;
BYTE colormaptype;
BYTE imagetype;
WORD colormapstart;
W
www.eeworm.com/read/406428/11442431
java action.java
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
import javax.microedition.lcdui.game.GameCanvas;
import javax.microedition.lcdui.game.Sprite;
//动作按钮,及星形图像的显示管理类
www.eeworm.com/read/405028/11473369
txt matlab3.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/403715/11512909
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/256346/12006137
java serialimage2.java
// 程序:二维连续图像播放
// 范例文件:SerialImage2.java
import java.awt.*;
import java.applet.*;
public class SerialImage2 extends Applet implements Runnable
{
int SPF;
int sx, sy;