ISODATA算法实现图像分类


通过调用GDAL库来实现ISODATA算法
资源截图
代码片段和文件信息
// 2010302590155.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “2010302590155.h“

#include “MainFrm.h“
#include “2010302590155Doc.h“
#include “2010302590155View.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// C2010302590155App

BEGIN_MESSAGE_MAP(C2010302590155App CWinApp)
//{{AFX_MSG_MAP(C2010302590155App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// C2010302590155App construction

C2010302590155App::C2010302590155App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only C2010302590155App object

C2010302590155App theApp;

/////////////////////////////////////////////////////////////////////////////
// C2010302590155App initialization

BOOL C2010302590155App::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(C2010302590155Doc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(C2010302590155View));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window has been initial

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      44336  2013-01-04 12:03  20103025901552010302590155.aps

     文件       2432  2013-01-04 12:19  20103025901552010302590155.clw

     文件       4335  2013-01-04 12:00  20103025901552010302590155.cpp

     文件       4742  2013-01-04 12:00  20103025901552010302590155.dsp

     文件        549  2013-01-04 12:00  20103025901552010302590155.dsw

     文件       1433  2013-01-04 12:00  20103025901552010302590155.h

     文件      58368  2013-01-04 12:19  20103025901552010302590155.ncb

     文件      48640  2013-01-04 12:19  20103025901552010302590155.opt

     文件       1245  2013-01-04 12:15  20103025901552010302590155.plg

     文件      11844  2013-01-04 12:03  20103025901552010302590155.rc

     文件      11988  2013-01-04 12:09  20103025901552010302590155DOC.cpp

     文件       2433  2013-01-04 12:00  20103025901552010302590155DOC.h

     文件       3241  2013-01-04 12:15  20103025901552010302590155VIEW.cpp

     文件       1912  2013-01-04 12:00  20103025901552010302590155VIEW.h

     文件     147536  2013-01-04 12:15  2010302590155Debug2010302590155.exe

     文件       6692  2013-01-04 12:01  2010302590155Debug2010302590155.exp

     文件     501400  2013-01-04 12:15  2010302590155Debug2010302590155.ilk

     文件      12120  2013-01-04 12:01  2010302590155Debug2010302590155.lib

     文件      23226  2013-01-04 12:01  2010302590155Debug2010302590155.obj

     文件    5506192  2013-01-04 12:01  2010302590155Debug2010302590155.pch

     文件     558080  2013-01-04 12:15  2010302590155Debug2010302590155.pdb

     文件       7444  2013-01-04 12:03  2010302590155Debug2010302590155.res

     文件      91686  2013-01-04 12:09  2010302590155Debug2010302590155Doc.obj

     文件      24882  2013-01-04 12:15  2010302590155Debug2010302590155View.obj

     文件     106539  2009-02-19 21:33  2010302590155DebugDIB.dll

     文件    4259923  2012-07-14 11:33  2010302590155Debuggdal13.dll

     文件      19807  2013-01-04 12:01  2010302590155DebugMainFrm.obj

     文件     105559  2013-01-04 12:01  2010302590155DebugStdAfx.obj

     文件     246784  2013-01-04 12:19  2010302590155Debugvc60.idb

     文件     471040  2013-01-04 12:15  2010302590155Debugvc60.pdb

............此处省略65个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)