Lines Matching full:maxvalue
2459 \f[dst(x,y) = \fork{\texttt{maxValue}}{if \(src(x,y) > T(x,y)\)}{0}{otherwise}\f]
2461 \f[dst(x,y) = \fork{0}{if \(src(x,y) > T(x,y)\)}{\texttt{maxValue}}{otherwise}\f]
2468 @param maxValue Non-zero value assigned to the pixels for which the condition is satisfied
2480 double maxValue, int adaptiveMethod,