代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/461776/7220731
h image.h
//
// 24Bits/Pixel图像
//
// Copyright (c) 2000-2002 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __image_h
#define __image_h
#include "Dib.h"
#include "Misc.h"
class CDC;
//
// 专给24bit使用的
www.eeworm.com/read/454595/7387013
txt matlab实用程序百例3.txt
下载地址:http://www.ilovematlab.cn/viewthread.php?tid=2981
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'
www.eeworm.com/read/450397/7484436
txt matlab实用程序百例3.txt
下载地址:http://www.ilovematlab.cn/viewthread.php?tid=2981
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'
www.eeworm.com/read/397761/8023383
m example36_hough.m
%example36_Hough
%==============
%==============
[x,a,bw,r]=delt(I);
r=mat2gray(r);
figure('name','Hough变换','numbertitle','off');
rZoom=imresize(r,[96,96],'bilinear'); %为方便在界面上显示,将图像r放大
su
www.eeworm.com/read/302804/13827113
java splash.java
//Splash.java
//用Window组件来制作快闪屏窗口
import java.awt.*;
public class Splash extends Frame
{
//frame的构造方法
public Splash()
{
//获取快闪屏所需的图像
Image imgSplash=Toolkit.getDefaultTo
www.eeworm.com/read/136571/5868218
c store.c
/* store.c, 图像输出程序*/
#include
#include
#include
#include "config.h"
#include "global.h"
/* private prototypes */
static void store_one _ANSI_ARGS_((char *outname, un
www.eeworm.com/read/136571/5868258
c readpic.c
/* readpic.c, 读取源图像*/
#include
#include
#include "config.h"
#include "global.h"
/* private prototypes */
static void read_y_u_v _ANSI_ARGS_((char *fname, unsigned char *frame[]
www.eeworm.com/read/110972/6160754
c store.c
/* store.c, 图像输出程序*/
#include
#include
#include
#include "config.h"
#include "global.h"
/* private prototypes */
static void store_one _ANSI_ARGS_((char *outname, un