#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 = "operate.min" |
Definition at line 5641 of file processor.h.
|
Definition at line 5653 of file processor.h.
|
|
Definition at line 5648 of file processor.h. 05649 { 05650 return "Compares pixels in two images, returning an image with the minimum pixel value in each pixel location"; 05651 }
|
|
Definition at line 5643 of file processor.h. References NAME. 05644 { 05645 return NAME; 05646 }
|
|
Definition at line 5658 of file processor.h. Referenced by get_name(). |