ExtractFP32Raw Data Member Function

Extracts a channel of the source <Image> object to FP32 ( raw <float32> ) and stores the results in the destination array.

Prototype

int32 ExtractFP32Raw( Image p_oSource, int32 p_eChannel, Float32Array p_afDest )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oSourceA pointer to the source <Image> object.
int32p_eChannelThe channel of the <Image> to extract. Refers to the ImageChannel enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
<Float32Array>p_afDestA pointer to the destination array. You can pass in a non-nullptr, empty array, and this function will allocate storage ( once ). Allocation assumes that you wish to allocate enough storage to store all the data in the source <Image> object.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.