You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chen d09470095e first commit 2 years ago
..
res first commit 2 years ago
ContrastControl.cpp first commit 2 years ago
ContrastControl.h first commit 2 years ago
DarkChannelDehaze.cpp first commit 2 years ago
DarkChannelDehaze.h first commit 2 years ago
DecreaseHazeControl.cpp first commit 2 years ago
DecreaseHazeControl.h first commit 2 years ago
DefinitionControl.cpp first commit 2 years ago
DefinitionControl.h first commit 2 years ago
GCPGeoCorrect.cpp first commit 2 years ago
GCPGeoCorrect.h first commit 2 years ago
GeoInfoCalculate.cpp first commit 2 years ago
GeoInfoCalculate.h first commit 2 years ago
GeoTIFFEdit.cpp first commit 2 years ago
GeoTIFFEdit.h first commit 2 years ago
GetElevation.cpp first commit 2 years ago
GetElevation.h first commit 2 years ago
IntensityContrastDefinationControl.cpp first commit 2 years ago
IntensityContrastDefinationControl.h first commit 2 years ago
IntensityControl.cpp first commit 2 years ago
IntensityControl.h first commit 2 years ago
QB_ImgProcessFun.cpp first commit 2 years ago
QB_ImgProcessFun.def first commit 2 years ago
QB_ImgProcessFun.h first commit 2 years ago
QB_ImgProcessFun.rc first commit 2 years ago
QB_ImgProcessFun.vcproj first commit 2 years ago
QB_ImgProcessFun.vcxproj first commit 2 years ago
QB_ImgProcessFun.vcxproj.filters first commit 2 years ago
ReadMe.txt first commit 2 years ago
Resource.h first commit 2 years ago
SysGeoCorrect.cpp first commit 2 years ago
SysGeoCorrect.h first commit 2 years ago
dllmain.cpp first commit 2 years ago
fuseImg.cpp first commit 2 years ago
fuseImg.h first commit 2 years ago
histProject.cpp first commit 2 years ago
histProject.h first commit 2 years ago
stdafx.cpp first commit 2 years ago
stdafx.h first commit 2 years ago
superResolutionImg.cpp first commit 2 years ago
superResolutionImg.h first commit 2 years ago
targetver.h first commit 2 years ago
waveDecompose.cpp first commit 2 years ago
waveDecompose.h first commit 2 years ago
waveReconstruct.cpp first commit 2 years ago
waveReconstruct.h first commit 2 years ago

ReadMe.txt

========================================================================
    MICROSOFT 基础类库 : QB_ImgProcessFun 项目概述
========================================================================


应用程序向导已为您创建了此 QB_ImgProcessFun DLL。此 DLL 不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写 DLL 的起点。

本文件概要介绍组成 QB_ImgProcessFun DLL 的每个文件的内容。

QB_ImgProcessFun.vcproj
    这是使用应用程序向导生成的 VC++ 项目的主项目文件,
    其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。

QB_ImgProcessFun.cpp
    这是包含 DllMain() 定义的主 DLL 源文件。

QB_ImgProcessFun.rc
    这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。

res\QB_ImgProcessFun.rc2
    此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。

QB_ImgProcessFun.def
    此文件包含在 Microsoft Windows 中运行所必需的 DLL 的有关信息。它定义了 DLL 的名称和说明等参数,而且还从 DLL 导出函数。

/////////////////////////////////////////////////////////////////////////////
其他标准文件:

StdAfx.h, StdAfx.cpp
    这些文件用于生成名为 QB_ImgProcessFun.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。

Resource.h
    这是标准头文件,可用于定义新的资源 ID。
    Microsoft Visual C++ 将读取并更新此文件。

/////////////////////////////////////////////////////////////////////////////
其他注释:

应用程序向导使用“TODO:”来指示应添加或自定义的源代码部分。

/////////////////////////////////////////////////////////////////////////////