tpimageutil.cpp File Reference
#include "tpimageutil.h"
Go to the source code of this file.
Functions |
| template void | Fill (const Image< unsigned char > &img, unsigned char value) |
| template void | Fill (const Image< float > &img, float value) |
| template<class T > |
| void | Fill (const Image< T > &img, T value) |
| | Fill image data with a certain value.
|
Function Documentation
| template void Fill |
( |
const Image< unsigned char > & |
img, |
|
|
unsigned char |
value | |
|
) |
| | |
| template void Fill |
( |
const Image< float > & |
img, |
|
|
float |
value | |
|
) |
| | |
template<class T >
| void Fill |
( |
const Image< T > & |
img, |
|
|
T |
value | |
|
) |
| | [inline] |
Fill image data with a certain value.
- Parameters:
-
| value | value to be used for filling |
- Return values:
-
Definition at line 35 of file tpimageutil.cpp.