代码搜索结果
找到约 10,000 项符合
Image 的代码
image.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
image.dsp
# Microsoft Developer Studio Project File - Name="image" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
image.cpp
/* 程序名: image.cpp
功能: 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似
*/
#include "cv.h"
#include "highgui.h"
int main( int argc, char** argv )
{
// 结构中载入图像:图像也是BMP图像(cvLoadImag
image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Image.h"
#include "BmpCoder.h"
#includ
image.h
// Image.h: interface for the CImage class.
//
// Class Name : CImage
// Author : Minseok Choi, Hanyang Univ. Image Engineering Lab.
// Date : 2000. 12. 10
// 1. 扁夯 Image Class Version 3.0
/
image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Image.h"
#include "BmpCoder.h"
#includ
image.h
// Image.h: interface for the CImage class.
//
// Class Name : CImage
// Author : Minseok Choi, Hanyang Univ. Image Engineering Lab.
// Date : 2000. 12. 10
// 1. 扁夯 Image Class Version 3.0
/