OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
OpenCVForUnity.CoreModule.CvType Class Reference

Static Public Member Functions

static int makeType (int depth, int channels)
 
static int CV_8UC (int ch)
 
static int CV_8SC (int ch)
 
static int CV_16UC (int ch)
 
static int CV_16SC (int ch)
 
static int CV_32SC (int ch)
 
static int CV_32FC (int ch)
 
static int CV_64FC (int ch)
 
static int CV_16FC (int ch)
 
static int channels (int type)
 
static int depth (int type)
 
static bool isInteger (int type)
 
static int ELEM_SIZE (int type)
 
static string typeToString (int type)
 

Public Attributes

const int CV_8U = 0
 
const int CV_8S = 1
 
const int CV_16U = 2
 
const int CV_16S = 3
 
const int CV_32S = 4
 
const int CV_32F = 5
 
const int CV_64F = 6
 
const int CV_16F = 7
 
const int CV_USRTYPE1 = CV_16F
 

Static Public Attributes

static readonly int CV_8UC1 = CV_8UC(1)
 
static readonly int CV_8UC2 = CV_8UC(2)
 
static readonly int CV_8UC3 = CV_8UC(3)
 
static readonly int CV_8UC4 = CV_8UC(4)
 
static readonly int CV_8SC1 = CV_8SC(1)
 
static readonly int CV_8SC2 = CV_8SC(2)
 
static readonly int CV_8SC3 = CV_8SC(3)
 
static readonly int CV_8SC4 = CV_8SC(4)
 
static readonly int CV_16UC1 = CV_16UC(1)
 
static readonly int CV_16UC2 = CV_16UC(2)
 
static readonly int CV_16UC3 = CV_16UC(3)
 
static readonly int CV_16UC4 = CV_16UC(4)
 
static readonly int CV_16SC1 = CV_16SC(1)
 
static readonly int CV_16SC2 = CV_16SC(2)
 
static readonly int CV_16SC3 = CV_16SC(3)
 
static readonly int CV_16SC4 = CV_16SC(4)
 
static readonly int CV_32SC1 = CV_32SC(1)
 
static readonly int CV_32SC2 = CV_32SC(2)
 
static readonly int CV_32SC3 = CV_32SC(3)
 
static readonly int CV_32SC4 = CV_32SC(4)
 
static readonly int CV_32FC1 = CV_32FC(1)
 
static readonly int CV_32FC2 = CV_32FC(2)
 
static readonly int CV_32FC3 = CV_32FC(3)
 
static readonly int CV_32FC4 = CV_32FC(4)
 
static readonly int CV_64FC1 = CV_64FC(1)
 
static readonly int CV_64FC2 = CV_64FC(2)
 
static readonly int CV_64FC3 = CV_64FC(3)
 
static readonly int CV_64FC4 = CV_64FC(4)
 
static readonly int CV_16FC1 = CV_16FC(1)
 
static readonly int CV_16FC2 = CV_16FC(2)
 
static readonly int CV_16FC3 = CV_16FC(3)
 
static readonly int CV_16FC4 = CV_16FC(4)
 

Member Function Documentation

◆ channels()

static int OpenCVForUnity.CoreModule.CvType.channels ( int  type)
static

◆ CV_16FC()

static int OpenCVForUnity.CoreModule.CvType.CV_16FC ( int  ch)
static

◆ CV_16SC()

static int OpenCVForUnity.CoreModule.CvType.CV_16SC ( int  ch)
static

◆ CV_16UC()

static int OpenCVForUnity.CoreModule.CvType.CV_16UC ( int  ch)
static

◆ CV_32FC()

static int OpenCVForUnity.CoreModule.CvType.CV_32FC ( int  ch)
static

◆ CV_32SC()

static int OpenCVForUnity.CoreModule.CvType.CV_32SC ( int  ch)
static

◆ CV_64FC()

static int OpenCVForUnity.CoreModule.CvType.CV_64FC ( int  ch)
static

◆ CV_8SC()

static int OpenCVForUnity.CoreModule.CvType.CV_8SC ( int  ch)
static

◆ CV_8UC()

static int OpenCVForUnity.CoreModule.CvType.CV_8UC ( int  ch)
static

◆ depth()

static int OpenCVForUnity.CoreModule.CvType.depth ( int  type)
static

◆ ELEM_SIZE()

static int OpenCVForUnity.CoreModule.CvType.ELEM_SIZE ( int  type)
static

◆ isInteger()

static bool OpenCVForUnity.CoreModule.CvType.isInteger ( int  type)
static

◆ makeType()

static int OpenCVForUnity.CoreModule.CvType.makeType ( int  depth,
int  channels 
)
static

◆ typeToString()

static string OpenCVForUnity.CoreModule.CvType.typeToString ( int  type)
static

Member Data Documentation

◆ CV_16F

const int OpenCVForUnity.CoreModule.CvType.CV_16F = 7

◆ CV_16FC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_16FC1 = CV_16FC(1)
static

◆ CV_16FC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_16FC2 = CV_16FC(2)
static

◆ CV_16FC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_16FC3 = CV_16FC(3)
static

◆ CV_16FC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_16FC4 = CV_16FC(4)
static

◆ CV_16S

const int OpenCVForUnity.CoreModule.CvType.CV_16S = 3

◆ CV_16SC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_16SC1 = CV_16SC(1)
static

◆ CV_16SC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_16SC2 = CV_16SC(2)
static

◆ CV_16SC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_16SC3 = CV_16SC(3)
static

◆ CV_16SC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_16SC4 = CV_16SC(4)
static

◆ CV_16U

const int OpenCVForUnity.CoreModule.CvType.CV_16U = 2

◆ CV_16UC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_16UC1 = CV_16UC(1)
static

◆ CV_16UC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_16UC2 = CV_16UC(2)
static

◆ CV_16UC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_16UC3 = CV_16UC(3)
static

◆ CV_16UC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_16UC4 = CV_16UC(4)
static

◆ CV_32F

const int OpenCVForUnity.CoreModule.CvType.CV_32F = 5

◆ CV_32FC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_32FC1 = CV_32FC(1)
static

◆ CV_32FC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_32FC2 = CV_32FC(2)
static

◆ CV_32FC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_32FC3 = CV_32FC(3)
static

◆ CV_32FC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_32FC4 = CV_32FC(4)
static

◆ CV_32S

const int OpenCVForUnity.CoreModule.CvType.CV_32S = 4

◆ CV_32SC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_32SC1 = CV_32SC(1)
static

◆ CV_32SC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_32SC2 = CV_32SC(2)
static

◆ CV_32SC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_32SC3 = CV_32SC(3)
static

◆ CV_32SC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_32SC4 = CV_32SC(4)
static

◆ CV_64F

const int OpenCVForUnity.CoreModule.CvType.CV_64F = 6

◆ CV_64FC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_64FC1 = CV_64FC(1)
static

◆ CV_64FC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_64FC2 = CV_64FC(2)
static

◆ CV_64FC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_64FC3 = CV_64FC(3)
static

◆ CV_64FC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_64FC4 = CV_64FC(4)
static

◆ CV_8S

const int OpenCVForUnity.CoreModule.CvType.CV_8S = 1

◆ CV_8SC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_8SC1 = CV_8SC(1)
static

◆ CV_8SC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_8SC2 = CV_8SC(2)
static

◆ CV_8SC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_8SC3 = CV_8SC(3)
static

◆ CV_8SC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_8SC4 = CV_8SC(4)
static

◆ CV_8U

const int OpenCVForUnity.CoreModule.CvType.CV_8U = 0

◆ CV_8UC1

readonly int OpenCVForUnity.CoreModule.CvType.CV_8UC1 = CV_8UC(1)
static

◆ CV_8UC2

readonly int OpenCVForUnity.CoreModule.CvType.CV_8UC2 = CV_8UC(2)
static

◆ CV_8UC3

readonly int OpenCVForUnity.CoreModule.CvType.CV_8UC3 = CV_8UC(3)
static

◆ CV_8UC4

readonly int OpenCVForUnity.CoreModule.CvType.CV_8UC4 = CV_8UC(4)
static

◆ CV_USRTYPE1

const int OpenCVForUnity.CoreModule.CvType.CV_USRTYPE1 = CV_16F
Deprecated:
please use CV_16F

The documentation for this class was generated from the following file: