#include "tpimageutil.h"
Go to the source code of this file.
Functions | |
template<class T > | |
void | Fill (const Image< T > &img, T value) |
Fill image data with a certain value. | |
template void | Fill (const Image< float > &img, float value) |
template void | Fill (const Image< unsigned char > &img, unsigned char value) |
Fill image data with a certain value.
value | value to be used for filling |
img | image to be filled |
Definition at line 35 of file tpimageutil.cpp.