Class DictValue

java.lang.Object
org.opencv.dnn.DictValue

public class DictValue
extends Object
This 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.