代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/300263/13922844
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "图像特征跟踪系统.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/300263/13922878
cpp dialogtrackstyle.cpp
// DialogTrackStyle.cpp : implementation file
//
#include "stdafx.h"
#include "图像特征跟踪系统.h"
#include "DialogTrackStyle.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/134330/13995611
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=
[main2.vbp]
www.eeworm.com/read/201046/15417565
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/108778/15575611
h bmp.h
//显示256色BMP图像
BITMAP *load_bmp(char *name)
{ FILE *fp;
bmphead heard;
unsigned short width,height,heard_long;
if((fp=fopen(name,"rb"))==NULL){
sprintf(grp_err,"Can
www.eeworm.com/read/101772/15818413
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/292139/8375769
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/291204/8435447
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 98
Top = 181
Width = 544
Height = 375
Caption = '图像漫游'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -
www.eeworm.com/read/432630/8585550
pro chapter04openjpgfile.pro
; Chapter04OpenJPGFile.pro
PRO Chapter04OpenJPGFile
FileName = PICKFILE()
Catch ,EerrorVariable
IF EerrorVariable NE 0 THEN BEGIN
CATCH, / CANCEL
PRINT, ' 文件类型非JPG图像文件!不能正常打开!'
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(