◆ 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 |
◆ CV_16F
const int OpenCVForUnity.CoreModule.CvType.CV_16F = 7 |
|
static |
◆ 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 |
|
static |
◆ 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 |
|
static |
◆ 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 |
|
static |
◆ 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 |
|
static |
◆ 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 |
|
static |
◆ 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 |
|
static |
◆ 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 |
|
static |
◆ 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 |
|
static |
The documentation for this class was generated from the following file:
- OpenCVForUnity/Assets/OpenCVForUnity/org/opencv/core/CvType.cs