FourCCCalcuratorRun Method (Byte, Byte, Byte, Byte)
|
4つの文字からFOURCCの整数値を得る
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static int Run(
byte c1,
byte c2,
byte c3,
byte c4
)
Public Shared Function Run (
c1 As Byte,
c2 As Byte,
c3 As Byte,
c4 As Byte
) As Integer
public:
static int Run(
unsigned char c1,
unsigned char c2,
unsigned char c3,
unsigned char c4
)
static member Run :
c1 : byte *
c2 : byte *
c3 : byte *
c4 : byte -> int
OpenCvSharp.FourCCCalcurator.Run = function(c1, c2, c3, c4);
Parameters
- c1
- Type: SystemByte
- c2
- Type: SystemByte
- c3
- Type: SystemByte
- c4
- Type: SystemByte
Return Value
Type:
Int32
See Also