$extrastylesheet
Functions | |
template<typename I , typename W > | |
void | adjust (const Image< I > &ima, const Window< W > &win) |
template<typename I , typename W > | |
void | adjust (const Image< I > &ima, const Weighted_Window< W > &wwin) |
template<typename I , typename N > | |
void | adjust (const Image< I > &ima, const Neighborhood< N > &nbh) |
template<typename I > | |
void | adjust (const Image< I > &ima, unsigned delta) |
template<typename I , typename W > | |
void | adjust_duplicate (const Image< I > &ima, const Window< W > &win) |
template<typename I , typename W > | |
void | adjust_duplicate (const Image< I > &ima, const Weighted_Window< W > &wwin) |
template<typename I , typename N > | |
void | adjust_duplicate (const Image< I > &ima, const Neighborhood< N > &nbh) |
template<typename I > | |
void | adjust_duplicate (const Image< I > &ima, unsigned delta) |
template<typename I , typename W > | |
void | adjust_fill (const Image< I > &ima, const Window< W > &win, const typename I::value &val) |
template<typename I , typename W > | |
void | adjust_fill (const Image< I > &ima, const Weighted_Window< W > &wwin, const typename I::value &val) |
template<typename I , typename N > | |
void | adjust_fill (const Image< I > &ima, const Neighborhood< N > &nbh, const typename I::value &val) |
template<typename I > | |
void | adjust_fill (const Image< I > &ima, unsigned delta, const typename I::value &val) |
template<typename I > | |
void | duplicate (const Image< I > &ima) |
template<typename I > | |
void | fill (const Image< I > &ima, const typename I::value &val) |
Namespace of extension tools.