GenericMatValue (object)¶
The GenericMatValue is a typed implementation of the GenericValue using a Mat.
Methods¶
GenericMatValue ( in GenericMatValue other ) | |
GenericMatValue ( in Mat value ) | |
GenericMatValue () | |
GenericMatValue | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Mat | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
set ! ( in Mat value ) |
Methods in detail¶
GenericMatValue ( in GenericMatValue other )
copy constructor
GenericMatValue ( in Mat value )
default constructor
GenericMatValue GenericMatValue.clone? ()
clone method
Boolean GenericMatValue.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
Mat GenericMatValue.get? ()
returns the contained value
Type GenericMatValue.getValueType? ()
returns the type of the value
UInt32 GenericMatValue.hash_? ()
returns a hash value for this
Boolean GenericMatValue.isArray? ()
returns true if this value contains an array
GenericMatValue.set! ( in Mat value )
sets the contained value