#include <processor.h>
|
static const string | NAME = "math.min" |
|
Definition at line 7847 of file processor.h.
◆ binary_operate()
static float EMAN::MinPixelOperator::binary_operate |
( |
const float & |
left, |
|
|
const float & |
right |
|
) |
| |
|
inlinestatic |
Definition at line 7859 of file processor.h.
7860 if (left < right)
return left;
◆ get_desc()
string EMAN::MinPixelOperator::get_desc |
( |
| ) |
const |
|
inline |
Definition at line 7854 of file processor.h.
7856 return "Compares pixels in two images, returning an image with the minimum pixel value in each pixel location";
◆ get_name()
string EMAN::MinPixelOperator::get_name |
( |
| ) |
const |
|
inline |
◆ NAME
const string MinPixelOperator::NAME = "math.min" |
|
static |
The documentation for this class was generated from the following files: