|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
This struct stores the scalar value (or array) of one of the following type: double, cv::String or int64. More...
Public Member Functions | |
| DictValue (double p) | |
| DictValue (int i) | |
| DictValue (string s) | |
| int | getIntValue () |
| int | getIntValue (int idx) |
| IntPtr | getNativeObjAddr () |
| double | getRealValue () |
| double | getRealValue (int idx) |
| string | getStringValue () |
| string | getStringValue (int idx) |
| bool | isInt () |
| bool | isReal () |
| bool | isString () |
Public Member Functions inherited from OpenCVForUnity.DisposableObject | |
| void | Dispose () |
| void | ThrowIfDisposed () |
Static Public Member Functions | |
| static DictValue | __fromPtr__ (IntPtr addr) |
Static Public Member Functions inherited from OpenCVForUnity.DisposableObject | |
| static IntPtr | ThrowIfNullIntPtr (IntPtr ptr) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Protected Member Functions inherited from OpenCVForUnity.DisposableOpenCVObject | |
| DisposableOpenCVObject () | |
| DisposableOpenCVObject (bool isEnabledDispose) | |
| DisposableOpenCVObject (IntPtr ptr) | |
| DisposableOpenCVObject (IntPtr ptr, bool isEnabledDispose) | |
| override void | Dispose (bool disposing) |
Protected Member Functions inherited from OpenCVForUnity.DisposableObject | |
| DisposableObject () | |
| DisposableObject (bool isEnabledDispose) | |
Additional Inherited Members | |
Package Attributes inherited from OpenCVForUnity.DisposableOpenCVObject | |
Properties inherited from OpenCVForUnity.DisposableObject | |
| bool | IsDisposed [get, protected set] |
| bool | IsEnabledDispose [get, set] |
This struct stores the scalar value (or array) of one of the following type: double, cv::String or int64.
| OpenCVForUnity.DnnModule.DictValue.DictValue | ( | int | i | ) |
| OpenCVForUnity.DnnModule.DictValue.DictValue | ( | double | p | ) |
| OpenCVForUnity.DnnModule.DictValue.DictValue | ( | string | s | ) |
|
static |
|
protectedvirtual |
Reimplemented from OpenCVForUnity.DisposableObject.
| int OpenCVForUnity.DnnModule.DictValue.getIntValue | ( | ) |
| int OpenCVForUnity.DnnModule.DictValue.getIntValue | ( | int | idx | ) |
| IntPtr OpenCVForUnity.DnnModule.DictValue.getNativeObjAddr | ( | ) |
| double OpenCVForUnity.DnnModule.DictValue.getRealValue | ( | ) |
| double OpenCVForUnity.DnnModule.DictValue.getRealValue | ( | int | idx | ) |
| string OpenCVForUnity.DnnModule.DictValue.getStringValue | ( | ) |
| string OpenCVForUnity.DnnModule.DictValue.getStringValue | ( | int | idx | ) |
| bool OpenCVForUnity.DnnModule.DictValue.isInt | ( | ) |
| bool OpenCVForUnity.DnnModule.DictValue.isReal | ( | ) |
| bool OpenCVForUnity.DnnModule.DictValue.isString | ( | ) |