|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rank
Data structure for Rank-operations (min, median, max, ..).
Method Summary | |
---|---|
void |
add(int value)
Adds new pixel value. |
void |
init(int maxValue)
Initializes the rank. |
int |
result(RankType type)
Computes the given rank-value (min, median, max, ..). |
Method Detail |
---|
void init(int maxValue)
void add(int value)
int result(RankType type)
init(int)
call.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |