Click or drag to resize

FourCCCalcuratorRun Method (Byte, Byte, Byte, Byte)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static int Run(
	byte c1,
	byte c2,
	byte c3,
	byte c4
)

Parameters

c1
Type: SystemByte
c2
Type: SystemByte
c3
Type: SystemByte
c4
Type: SystemByte

Return Value

Type: Int32
See Also