Blender V5.0
image_converter.h File Reference

Go to the source code of this file.

Namespaces

namespace  libmv

Functions

template<typename T>
T libmv::RGB2GRAY (const T r, const T g, const T b)
template<class ImageIn, class ImageOut>
void libmv::Rgb2Gray (const ImageIn &imaIn, ImageOut *imaOut)
template<class Image>
unsigned char * libmv::FloatImageToUCharArray (const Image &image)