#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.max" |
Definition at line 5621 of file processor.h.
|
Definition at line 5633 of file processor.h.
|
|
Definition at line 5628 of file processor.h. 05629 { 05630 return "Compares pixels in two images, returning an image with the maximum pixel value in each pixel location"; 05631 }
|
|
Definition at line 5623 of file processor.h. References NAME. 05624 { 05625 return NAME; 05626 }
|
|
Definition at line 5638 of file processor.h. Referenced by get_name(). |