代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/455607/7369586
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/454800/7382901
txt 泉水代码.txt
option explicit
dim i as integer '定义变量
private sub form_load() '下面代码实现图像框img2居中显示
img2.left = (scalewidth - img2.width)/2
img2.top =
www.eeworm.com/read/444235/7616226
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/441748/7666013
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/439965/7696536
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/439187/7715032
m fs.m
clear all;
I1=imread('susan11.bmp'); %read the first frame
I2=imread('susan33.bmp'); %read the second frame
dm=7;
%给图像扩边,每个边都扩dm大小
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/436062/7777737
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/199880/7815826
java change_transparent_canvas.java
package ch06;
import java.util.*;
import javax.microedition.lcdui.*;
public class Change_Transparent_Canvas
extends Canvas {
//声明一个存储前景图像数组的数组对象
private int[] pixelArray;
//声明
www.eeworm.com/read/199132/7885717
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