代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/439965/7696536
cpp gamemap.cpp
#include "stdafx.h"
#include "gamemap.h"
#include "myclock.h"
#include "tool01.h"
#include "texttool.h"
extern int wwin,hwin;
extern HWND hWndMain;
//基本图像
extern MYANIOBJ bmMap;
//天空背景
www.eeworm.com/read/439187/7715032
m fs.m
clear all;
I1=imread('susan11.bmp'); %read the first frame
I2=imread('susan33.bmp'); %read the second frame
dm=7;
%给图像扩边,每个边都扩dm大小
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/436062/7777737
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/199880/7815826
java change_transparent_canvas.java
package ch06;
import java.util.*;
import javax.microedition.lcdui.*;
public class Change_Transparent_Canvas
extends Canvas {
//声明一个存储前景图像数组的数组对象
private int[] pixelArray;
//声明
www.eeworm.com/read/199132/7885717
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/298993/7901165
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/398734/7926414
m recover.m
close all;clear;clc;
I=imread('D:\fjptmzd.jpg');
subplot(2,2,1),imshow(I);
title('原始图像');
LEN=40;THETA=30;
PSF=fspecial('motion',LEN,THETA);
Blurredmotion=imfilter(I,PSF,'circular','conv');
imw
www.eeworm.com/read/433384/7933550
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/197417/7995247
java animator.java
import java.awt.*;
import java.util.*;
// 定义一个自定义的播放动画帧的方式
public abstract class Animator extends Object
{
// 对图像帧链表的引用
protected LinkedList frames