Show
Ignore:
Timestamp:
03/16/09 01:29:23 (4 years ago)
Author:
schima
Message:

CvFileStorageを実装

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Extern/Stdafx.h

    r31053 r31265  
    1919#include <cv.h> 
    2020#include <highgui.h> 
    21  
     21#include <msclr\marshal.h> 
    2222 
    2323using namespace System; 
    2424using namespace System::Diagnostics; 
    2525using namespace System::Runtime::InteropServices; 
     26using namespace msclr::interop; 
     27 
     28 
     29// CvCapture, CvVideoWriter, CvFileStorage�̒����A 
     30// typedef struct CvCapture CvCapture 
     31// �Ƃ����BlackBox�ŁA�������x�����o���ŗ}�~ 
     32struct CvCapture {}; 
     33struct CvVideoWriter {}; 
     34struct CvFileStorage {};