#include <processor.h>
Public Member Functions | |
string | get_name () const |
string | get_desc () const |
Static Public Member Functions | |
static float | binary_operate (const float &left, const float &right) |
Static Public Attributes | |
static const string | NAME = "math.min" |
Definition at line 5724 of file processor.h.
static float EMAN::MinPixelOperator::binary_operate | ( | const float & | left, | |
const float & | right | |||
) | [inline, static] |
string EMAN::MinPixelOperator::get_desc | ( | ) | const [inline] |
Definition at line 5731 of file processor.h.
05732 { 05733 return "Compares pixels in two images, returning an image with the minimum pixel value in each pixel location"; 05734 }
string EMAN::MinPixelOperator::get_name | ( | ) | const [inline] |
const string MinPixelOperator::NAME = "math.min" [static] |