trim

Returns the smallest window containing all pixels that satisfy the given predicate.

template trim(alias pred)
trim
(
V
)
(
auto ref V src
)

Members

Aliases

fun
alias fun = unaryFun!(pred, false, "c")
Undocumented in source.

Functions

trim
auto trim(V src)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta