⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exarrayofpanes.cpp

📁 本程序实现打开两幅图像并且提取Harris角点,是角点特征匹配的第一步
💻 CPP
字号:
///////////////////////////////////////////////////////////////////////////
//
// NAME
//  ExArrayOfPanes.cpp
//
// DESCRIPTION
//  Basic MFC Application example using the image and display classes.  It
//  creates and displays a couple images.
//
// SEE ALSO
//
// BUGS
//
// DESIGN
//  This program continues to run and handle events after it leaves InitInstance(),
//  because (1) InitInstance() returnes TRUE and (2) the member variable m_pMainWnd
//  is set to a valid CWnd-derived window object.
//
// HISTORY
//  19-Jul-96 Vision Technology Group, Microsoft Research, Microsoft Corp.
//
// Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -