#include <processor.h>
|
static const string | NAME = "math.max" |
|
Definition at line 7827 of file processor.h.
◆ binary_operate()
static float EMAN::MaxPixelOperator::binary_operate |
( |
const float & |
left, |
|
|
const float & |
right |
|
) |
| |
|
inlinestatic |
Definition at line 7839 of file processor.h.
7840 if (left > right)
return left;
◆ get_desc()
string EMAN::MaxPixelOperator::get_desc |
( |
| ) |
const |
|
inline |
Definition at line 7834 of file processor.h.
7836 return "Compares pixels in two images, returning an image with the maximum pixel value in each pixel location";
◆ get_name()
string EMAN::MaxPixelOperator::get_name |
( |
| ) |
const |
|
inline |
◆ NAME
const string MaxPixelOperator::NAME = "math.max" |
|
static |
The documentation for this class was generated from the following files: