C# Class OpenCvSharp.FourCCCalcurator

Managed wrapper of all OpenCV functions
ファイルを表示 Open project: shimat/opencvsharp Class Usage Examples

Public Methods

Method Description
Run ( byte c1, byte c2, byte c3, byte c4 ) : int

4つの文字からFOURCCの整数値を得る

Run ( char c1, char c2, char c3, char c4 ) : int

4つの文字からFOURCCの整数値を得る

Run ( string fourcc ) : int

4つの文字からFOURCCの整数値を得る

Method Details

Run() public static method

4つの文字からFOURCCの整数値を得る
public static Run ( byte c1, byte c2, byte c3, byte c4 ) : int
c1 byte
c2 byte
c3 byte
c4 byte
return int

Run() public static method

4つの文字からFOURCCの整数値を得る
public static Run ( char c1, char c2, char c3, char c4 ) : int
c1 char
c2 char
c3 char
c4 char
return int

Run() public static method

4つの文字からFOURCCの整数値を得る
public static Run ( string fourcc ) : int
fourcc string
return int