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 | |
hpc_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 () |
template<class A> | |
std::vector< node_< A > > | extract_maxtree () |
template<class A> | |
void | compute_attributes (std::vector< node_< A > > &node) |
void | make_set (const point &x) |
bool | is_root (const point &x) const |
bool | is_level_root (const point &x) const |
point | find_level_root (const point &x) |
point | find_root (point x, value h) |
void | do_union (const point &n, const point &p, value h) |
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 50 of file hpc_maxtree.hh.