代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/209373/15222094
frc frxrcexports.frc
======== TfrxXLSExportDialog ========
8000=导出到 Excel
8001=样式
8002=图像
8003=合并单元格
8004=Fast export
8005=所见即所得
8006=As text
8007=Background
8008=在导出后打开 Excel
8009=Excel 文件 (*.xls)|*.xls
8010=.
www.eeworm.com/read/4799/40986
cpp 4-6.cpp
//程序4-6数组变换相关函数
//
/*
#include
#include
#include
void main()
{
IplImage* src_img=cvLoadImage("zjut2.jpg",-1); //读入一幅图像
IplImage* r
www.eeworm.com/read/15681/534126
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/15681/534170
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/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