Package org.opencv.dnn
Class DictValue
- java.lang.Object
- 
- org.opencv.dnn.DictValue
 
- 
 public class DictValue extends java.lang.ObjectThis struct stores the scalar value (or array) of one of the following type: double, cv::String or int64. TODO: Maybe int64 is useless because double type exactly stores at least 2^52 integers.
- 
- 
Field SummaryFields Modifier and Type Field Description protected longnativeObj
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DictValue__fromPtr__(long addr)protected voidfinalize()intgetIntValue()intgetIntValue(int idx)longgetNativeObjAddr()doublegetRealValue()doublegetRealValue(int idx)java.lang.StringgetStringValue()java.lang.StringgetStringValue(int idx)booleanisInt()booleanisReal()booleanisString()
 
- 
- 
- 
Method Detail- 
getNativeObjAddrpublic long getNativeObjAddr() 
 - 
__fromPtr__public static DictValue __fromPtr__(long addr) 
 - 
getStringValuepublic java.lang.String getStringValue(int idx) 
 - 
getStringValuepublic java.lang.String getStringValue() 
 - 
isIntpublic boolean isInt() 
 - 
isRealpublic boolean isReal() 
 - 
isStringpublic boolean isString() 
 - 
getRealValuepublic double getRealValue(int idx) 
 - 
getRealValuepublic double getRealValue() 
 - 
getIntValuepublic int getIntValue(int idx) 
 - 
getIntValuepublic int getIntValue() 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- java.lang.Object
- Throws:
- java.lang.Throwable
 
 
- 
 
-