• 大小: 0.08M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: C/C++
  • 标签: c  

资源简介


C++实现灰度图像的几何变换,包括转置、镜像、缩放、平移、旋转(bmp灰度图像),vc6.0里面运行无误

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “GeoTrans.h“

#include “ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// 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
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// TODO: add member initialization code here

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modif

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-08-19 17:12  图像几何变换\
     目录           0  2015-08-19 17:12  图像几何变换\GeoTrans\
     文件        1735  2006-05-29 17:08  图像几何变换\GeoTrans\ChildFrm.cpp
     文件        1456  2006-05-29 17:08  图像几何变换\GeoTrans\ChildFrm.h
     文件       52296  2006-05-29 17:08  图像几何变换\GeoTrans\DibImage.cpp
     文件        3022  2006-05-29 17:08  图像几何变换\GeoTrans\DibImage.h
     文件        1031  2006-05-29 17:08  图像几何变换\GeoTrans\GeoRotaDlg.cpp
     文件        1232  2006-05-29 17:08  图像几何变换\GeoTrans\GeoRotaDlg.h
     文件       32960  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.aps
     文件        4464  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.clw
     文件        4520  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.cpp
     文件        5248  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.dsp
     文件         541  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.dsw
     文件        1378  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.h
     文件      156672  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.ncb
     文件       59904  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.opt
     文件        2736  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.plg
     文件       16132  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTrans.rc
     文件        1049  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTransDlg.cpp
     文件        1255  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTransDlg.h
     文件        7091  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTransDoc.cpp
     文件        1906  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTransDoc.h
     文件       15268  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTransView.cpp
     文件        2483  2006-05-29 17:08  图像几何变换\GeoTrans\GeoTransView.h
     文件        1125  2006-05-29 17:08  图像几何变换\GeoTrans\GeoZoomDlg.cpp
     文件        1242  2006-05-29 17:08  图像几何变换\GeoTrans\GeoZoomDlg.h
     文件        2525  2006-05-29 17:08  图像几何变换\GeoTrans\MainFrm.cpp
     文件        1542  2006-05-29 17:08  图像几何变换\GeoTrans\MainFrm.h
     文件        4820  2006-05-29 17:08  图像几何变换\GeoTrans\ReadMe.txt
     文件        1289  2006-05-29 17:08  图像几何变换\GeoTrans\Resource.h
     文件         210  2006-05-29 17:08  图像几何变换\GeoTrans\StdAfx.cpp
............此处省略6个文件信息

评论

共有 条评论