to F64Array
Converts a DataColumn to an F64FlatArray.
Since
1.4.0
Converts an NDArray to an F64Array.
Since
1.6.0
Converts an Embedding to an F64FlatArray.
Since
1.4.0
Converts a Mat to an F64Array.
The resulting F64Array will always contain 4 channels.
Return
The F64Array converted from the Mat. See F64Array.Companion.fromImage for the format.
Since
1.4.0
Parameters
scale
Whether to scale the values (useful for images, not for other Mats)