Public Types | |
typedef ap_maxtree< I > | super |
typedef super::image | image |
typedef super::point | point |
typedef super::dpoint | dpoint |
typedef super::value | value |
typedef super::Nbh | Nbh |
typedef super::niter | niter |
Public Member Functions | |
sp_maxtree (const abstract::image< I > &f, const typename oln::lrde::ufmt::internal::neighborhood< I >::ret &nbh) | |
template<class A> | |
void | go () |
void | init () |
void | compute_parent () |
void | make_set (const point &x) |
bool | is_root (const point &x) const |
point | find_root (point x) |
void | do_union (const point &n, const point &p) |
Public Attributes | |
std::vector< point > | S |
std::vector< size_t > | H |
std::vector< dpoint > | dp_pre |
std::vector< dpoint > | dp_post |
unsigned | nb |
unsigned | nnodes |
mute< I, unsigned >::ret | label |
Definition at line 53 of file sp_maxtree.hh.