代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
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
www.eeworm.com/read/212036/15168104
txt example.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('tire
www.eeworm.com/read/481000/1303153
aspx imagebutton2.aspx
public void MM_OnClick(Object sender,ImageClickEventArgs e)
{
//取得点击图像的坐标
int PageX = e.X;
int PageY = e.Y;
if(PageX>57 && PageX58 && Pag