#include <pixel_operations.h>
Public Types | |
typedef Pixel::traits< TComp > ::wider_type | diff_type |
typedef Pixel::Component< T >::type | TComp |
Static Public Member Functions | |
static diff_type | avg (const T &a, const T &b) |
static diff_type | avgabs (const T &a, const T &b) |
Definition at line 59 of file pixel_operations.h.
typedef Pixel::traits<TComp>::wider_type CVD::Pixel::difference< T, N >::diff_type |
Definition at line 61 of file pixel_operations.h.
typedef Pixel::Component<T>::type CVD::Pixel::difference< T, N >::TComp |
Definition at line 60 of file pixel_operations.h.
static diff_type CVD::Pixel::difference< T, N >::avg | ( | const T & | a, | |
const T & | b | |||
) | [inline, static] |
Definition at line 68 of file pixel_operations.h.
static diff_type CVD::Pixel::difference< T, N >::avgabs | ( | const T & | a, | |
const T & | b | |||
) | [inline, static] |
Definition at line 62 of file pixel_operations.h.