资源简介

Hough变换是一种提取直线、圆、椭圆、二次曲线甚至是任意形状边缘的有效方法,目前已经在军事和民用领域将会得到广泛的应用,如:图像处理、信号检测、雷达目标跟踪、被动跟踪、多传感器多目标跟踪等。但是,Hough变换大多数算法的计算量大,需要很大的存储空间,而且都是假设图像在计算机中能用完美的模型来描绘。然而,由于噪声、数字化误差等因素影响,真实的图形在计算机中经常会失真

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ImageS.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 modifying
//  the CREATESTRUCT cs

if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;

return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics

#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}

void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers

BOOL CChildframe::OnCreateClient(LPCREATESTRUCT lpcs CCreateContext* pContext)
{
// CG: The following block was added by the Splitter Bar component.
{
if (!m_wndSplitter.Create(this
                          2 2          // TODO: adjust the number of rows columns
                          CSize(10 10) // TODO: adjust the minimum pane size
                          pContext))
{
TRACE0(“Failed to create splitter bar “);
return FALSE;    // failed to create
}

return TRUE;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-12-02 23:30  Hough\
     目录           0  2012-11-14 20:44  Hough\Hough变换\
     文件        3158  2004-05-31 13:43  Hough\Hough变换.txt
     文件      620117  2012-11-14 19:27  Hough\Hough变换\基于Hough变换的圆检测算法研究及其实现.doc
     文件      395973  2012-11-14 20:44  Hough\Hough变换\基于hough变换的角度检测和特征识别.pdf
     目录           0  2012-12-02 23:31  Hough\hough变换检测直线\
     目录           0  2012-12-02 20:20  Hough\hough变换检测直线\Hough\
     文件        2048  1999-04-03 22:14  Hough\hough变换检测直线\Hough\ChildFrm.cpp
     文件        1505  1999-04-03 22:14  Hough\hough变换检测直线\Hough\ChildFrm.h
     文件        3360  1998-06-07 18:45  Hough\hough变换检测直线\Hough\COLOR.CPP
     目录           0  2012-12-02 20:20  Hough\hough变换检测直线\Hough\Debug\
     文件       21719  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ChildFrm.obj
     文件       58586  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ChildFrm.sbr
     文件        4461  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Color.obj
     文件       10738  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Color.sbr
     文件       18875  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Dibapi.obj
     文件       18908  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Dibapi.sbr
     文件        8567  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\File.obj
     文件       17566  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\File.sbr
     文件       18478  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Graydoc.obj
     文件       57707  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Graydoc.sbr
     文件       16538  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\GrayDocS.obj
     文件       54407  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\GrayDocS.sbr
     文件       28105  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Hough.obj
     文件       88964  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\Hough.sbr
     文件       29029  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ImageApp.obj
     文件       58658  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ImageApp.sbr
     文件       40801  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ImageDoc.obj
     文件       98837  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ImageDoc.sbr
     文件       30624  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ImageRegion.obj
     文件       22576  2012-12-02 20:09  Hough\hough变换检测直线\Hough\Debug\ImageRegion.sbr
............此处省略114个文件信息

评论

共有 条评论