代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/411460/7129559
txt matlab_program_3.txt
实例67:图像的块操作
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例67');
h1=axes('parent',h0,...
'position',[0.2 0.45 0.6 0.5],...
'visible','off');
I=imread
www.eeworm.com/read/456596/7344194
c convert.c
/* 程序名:convert.c
功能:图像格式的转换
*/
#include
#include
#include
int main( int argc, char** argv )
{
IplImage* src;
// -1: the loaded image will be loaded as is (with numbe
www.eeworm.com/read/455599/7369643
h table.h
#ifndef CLASS_TABLE
#define CLASS_TABLE
#include "Game.h"
#include "FiveSocket.h"
class CTable : public CWnd
{
CImageList m_iml; // 棋子图像
int m_color; // 玩家颜色
BOOL m_bWait; // 等
www.eeworm.com/read/455541/7370352
h table.h
#ifndef CLASS_TABLE
#define CLASS_TABLE
#include "Game.h"
#include "FiveSocket.h"
class CTable : public CWnd
{
CImageList m_iml; // 棋子图像
int m_color; // 玩家颜色
BOOL m_bWait; // 等
www.eeworm.com/read/228530/7413704
m swt1d_decomp.m
function [a, d, hj, gj] = swt1d_decomp(s,n,h,g)
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
% Preserve initial size.
% figure(1) %显示原始图像
% imshow(x)
l = length(
www.eeworm.com/read/449455/7504925
frm frmimgpreview.frm
VERSION 5.00
Object = "{6D940288-9F11-11CE-83FD-02608C3EC08A}#2.2#0"; "imgedit.ocx"
Begin VB.Form frmImgPreview
Caption = "图像预览"
ClientHeight = 6555
ClientLeft = 6
www.eeworm.com/read/449455/7505059
frm frmimgpreview.frm
VERSION 5.00
Object = "{6D940288-9F11-11CE-83FD-02608C3EC08A}#2.2#0"; "imgedit.ocx"
Begin VB.Form frmImgPreview
Caption = "图像预览"
ClientHeight = 6555
ClientLeft = 6
www.eeworm.com/read/199880/7815730
java grass.java
package ch09;
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
//该类负责绘制草地背景图像
public class Grass
extends TiledLayer {
//每副图片宽度为20
static int TILE_WIDTH