STIRA
0.1
|
help class: needed by priority_queue for ordering the elements More...
#include <Watershed.h>
Public Member Functions | |
mycomparison (const bool &revparam=true) | |
constructor More... | |
bool | operator() (PixelElement< T > &lhs, PixelElement< T > &rhs) const |
comparison operator: compares the values of two pixel elements More... | |
help class: needed by priority_queue for ordering the elements
|
inline |
constructor
revparam | true if we want to sort from large to small |
|
inline |
comparison operator: compares the values of two pixel elements
lhs | first pixel element |
rhs | second pixel element |
References stira::imageanalysis::PixelElement< T >::value.