代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/491859/6427884
m li1.m
%gasket.m
function tehImage=gasket(numPoints)
%GASKET函数得到一个Sierpinski Gasket图像
%用法:IM=GASKET(NUMPOINTS)
%
%如:
%x=gasket(50000);
%imagesc(x);colormap([0 0 0;1 1 1]);
axis equal tight
theImage=
www.eeworm.com/read/478645/6712160
txt 如何捕获视频。.txt
作者:wflm
email: wflm@263.net
日期:6/22/2001 1:44:29 AM
捕获当前屏幕图像。
希望多多交流。8-)
package com.borland.samples.welcome;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2001
* Company:
www.eeworm.com/read/478046/6718679
h vf_enhance.h
#ifndef __VFENHANCE_H__
#define __VFENHANCE_H__
#include "VF_Type.h"
#include "VF_Global.h"
#include "VF_Function.h"
//
// orientFilter: 对指纹图像进行定向滤波增强
//
void orientFilter()
{
sint32 x,
www.eeworm.com/read/406868/11433656
m lsb.m
function o = LSB(block, data, I)
%function o = hide_lsb(block, data, I)
%block:the minimal ceil to hide
%data:the information
%I:source image
si = size(I);
lend = length(data);
%将图像划分为M*N个小块
N
www.eeworm.com/read/261494/11642112
txt 如何捕获视频。.txt
作者:wflm
email: wflm@263.net
日期:6/22/2001 1:44:29 AM
捕获当前屏幕图像。
希望多多交流。8-)
package com.borland.samples.welcome;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2001
* Company:
www.eeworm.com/read/251092/12365114
txt 如何捕获视频。.txt
作者:wflm
email: wflm@263.net
日期:6/22/2001 1:44:29 AM
捕获当前屏幕图像。
希望多多交流。8-)
package com.borland.samples.welcome;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2001
* Company:
www.eeworm.com/read/231733/14222532
c writepic.c
/* writepic.c, 写重建的图像信息*/
#include
#include
#include "global.h"
void writeframe(fname,frame)
char *fname;
unsigned char *frame[];
{
int chrom_hsize, chrom_vsize;
char name
www.eeworm.com/read/123850/14609380
txt 如何捕获视频。.txt
作者:wflm
email: wflm@263.net
日期:6/22/2001 1:44:29 AM
捕获当前屏幕图像。
希望多多交流。8-)
package com.borland.samples.welcome;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2001
* Company:
www.eeworm.com/read/216668/14998916
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 94
Top = 109
Width = 544
Height = 375
Caption = '图像淡入淡出效果的实现'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei