代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/15973/640780
cpp dwt_idwt.cpp
//#include "stdafx.h"
#include "cv.h"
#include "highgui.h"
#include
// 二维离散小波变换(单通道浮点图像)
void DWT(IplImage *pImage, int nLayer)
{
// 执行条件
if (pImage)
{
if (pImage->nChannels
www.eeworm.com/read/251805/4417944
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/251805/4417976
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/270811/4234846
txt drawbutton(cpaintdc &dc).txt
//in file : MineWnd.cpp
//笑脸模块绘制
void CMineWnd::DrawButton(CPaintDC &dc)
{
CDC cdc; //内存设备
cdc.CreateCompatibleDC(&dc); //与dc设备兼容
cdc.SelectObject(m_bmpButton); //将内存设备与位图资源关联
//拷贝图像
www.eeworm.com/read/386590/2570247
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/386590/2570287
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/475422/6781425
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/474181/6816123
java utility.java
package pack05;
import java.io.IOException;
import javax.microedition.lcdui.Image;
/**
* 工具类,包含一些常用方法。
* @author 孙继磊
*
*/
public final class Utility {
/**
* 从文件加载一幅图像
* @param
www.eeworm.com/read/474181/6816130
java utility.java
package pack04;
import java.io.IOException;
import javax.microedition.lcdui.Image;
/**
* 工具类,包含一些常用方法。
* @author 孙继磊
*
*/
public final class Utility {
/**
* 从文件加载一幅图像
* @param
www.eeworm.com/read/471843/6882938
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,...
'