Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
libmv | |
Functions | |
void | libmv::FloatArrayToScaledByteArray (const Array3Df &float_array, Array3Du *byte_array, bool automatic_range_detection) |
void | libmv::ByteArrayToScaledFloatArray (const Array3Du &byte_array, Array3Df *float_array) |
Convert a byte array into a float array by dividing values by 255. More... | |
void | libmv::SplitChannels (const Array3Df &input, Array3Df *channel0, Array3Df *channel1, Array3Df *channel2) |
void | libmv::PrintArray (const Array3Df &array) |