cvision.cpp in OpenCVL.rar


this one OpenCV code. Through library function call, on the brink of achieving P...Original Link
    Sponsored links

			
// cvision.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "cvision.h"
#include "cvisionDlg.h"

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

/////////////////////////////////////////////////////////////////////////////
// CCvisionApp

BEGIN_MESSAGE_MAP(CCvisionApp, CWinApp)
	//{{AFX_MSG_MAP(CCvisionApp)
		// NOTE - the ClassWizard will add and remove mapping macros here.
		//    DO NOT EDIT what you see in these blocks of generated code!
	//}}AFX_MSG
	ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCvisionApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCvisionApp object

CCvisionApp theApp;

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

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 cvapp.cpp714.00 B25-02-04 18:28
 cvapp.h985.00 B12-02-04 15:59
 cvision.aps19.70 kB12-07-04 14:29
 cvision.clw817.00 B14-02-04 17:04
 cvision.cpp2.03 kB21-03-02 14:53
 cvision.dsp4.50 kB19-07-06 10:11
 cvision.dsw539.00 B21-03-02 08:26
 cvision.h1.30 kB21-03-02 08:26
 cvision.ncb129.00 kB19-07-06 10:11
 cvision.opt54.50 kB19-07-06 10:11
 cvision.plg2.17 kB19-07-06 10:10
 cvision.rc4.43 kB21-03-02 14:49
 cvisionDlg.cpp3.13 kB21-03-02 14:53
 cvisionDlg.h1.32 kB21-03-02 14:39
 iplImageIterator.h1.59 kB12-02-04 20:46
 ReadMe.txt3.51 kB21-03-02 08:26
 cvision.ico1.05 kB21-03-02 08:26
 cvision.rc2399.00 B21-03-02 08:26
 <res>0.00 B19-07-06 15:54
 resource.h593.00 B21-03-02 14:49
 StdAfx.cpp209.00 B21-03-02 08:26
 StdAfx.h1.03 kB21-03-02 08:26
 <OpenCV轮廓>0.00 B19-07-06 15:55
...

Related Items

    Sponsored links