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.
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
OpenCVForUnity.DnnModule.DictValue Class Reference

This struct stores the scalar value (or array) of one of the following type: double, cv::String or int64. More...

Inheritance diagram for OpenCVForUnity.DnnModule.DictValue:
OpenCVForUnity.DisposableOpenCVObject OpenCVForUnity.DisposableObject

Public Member Functions

IntPtr getNativeObjAddr ()
 
 DictValue (int i)
 
 DictValue (double p)
 
 DictValue (string s)
 
bool isInt ()
 
bool isString ()
 
bool isReal ()
 
int getIntValue (int idx)
 
int getIntValue ()
 
double getRealValue (int idx)
 
double getRealValue ()
 
string getStringValue (int idx)
 
string getStringValue ()
 
- 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 (IntPtr ptr)
 
 DisposableOpenCVObject (bool isEnabledDispose)
 
 DisposableOpenCVObject (IntPtr ptr, bool isEnabledDispose)
 
- Protected Member Functions inherited from OpenCVForUnity.DisposableObject
 DisposableObject ()
 
 DisposableObject (bool isEnabledDispose)
 

Additional Inherited Members

- Properties inherited from OpenCVForUnity.DisposableObject
bool IsDisposed [get, protected set]
 
bool IsEnabledDispose [get, set]
 

Detailed Description

This struct stores the scalar value (or array) of one of the following type: double, cv::String or int64.

Constructor & Destructor Documentation

◆ DictValue() [1/3]

OpenCVForUnity.DnnModule.DictValue.DictValue ( int  i)

◆ DictValue() [2/3]

OpenCVForUnity.DnnModule.DictValue.DictValue ( double  p)

◆ DictValue() [3/3]

OpenCVForUnity.DnnModule.DictValue.DictValue ( string  s)

Member Function Documentation

◆ __fromPtr__()

static DictValue OpenCVForUnity.DnnModule.DictValue.__fromPtr__ ( IntPtr  addr)
static

◆ Dispose()

override void OpenCVForUnity.DnnModule.DictValue.Dispose ( bool  disposing)
protectedvirtual

◆ getIntValue() [1/2]

int OpenCVForUnity.DnnModule.DictValue.getIntValue ( int  idx)

◆ getIntValue() [2/2]

int OpenCVForUnity.DnnModule.DictValue.getIntValue ( )

◆ getNativeObjAddr()

IntPtr OpenCVForUnity.DnnModule.DictValue.getNativeObjAddr ( )

◆ getRealValue() [1/2]

double OpenCVForUnity.DnnModule.DictValue.getRealValue ( int  idx)

◆ getRealValue() [2/2]

double OpenCVForUnity.DnnModule.DictValue.getRealValue ( )

◆ getStringValue() [1/2]

string OpenCVForUnity.DnnModule.DictValue.getStringValue ( int  idx)

◆ getStringValue() [2/2]

string OpenCVForUnity.DnnModule.DictValue.getStringValue ( )

◆ isInt()

bool OpenCVForUnity.DnnModule.DictValue.isInt ( )

◆ isReal()

bool OpenCVForUnity.DnnModule.DictValue.isReal ( )

◆ isString()

bool OpenCVForUnity.DnnModule.DictValue.isString ( )

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