[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
SeedRgDirectValueFunctor Class Template Reference | ![]() |
---|
Statistics functor to be used for seeded region growing. More...
#include "vigra/seededregiongrowing.hxx"
Public Types | |
typedef Value | argument_type |
typedef Value | result_type |
typedef Value | value_type |
typedef Value | cost_type |
Public Methods | |
void | operator() (argument_type const &) const |
cost_type const & | cost (argument_type const &v) const |
Detailed Description |
This functor can be used if the cost of a candidate during seededRegionGrowing() is equal to the feature value of that candidate and does not depend on properties of the region it is going to be merged with.
#include "vigra/seededregiongrowing.hxx"
Namespace: vigra
Required Interface:
no requirements
|
the functor's argument type |
|
the return type of the cost() function |
|
the functor's result type (unused, only necessary for use of SeedRgDirectValueFunctor in vigra::ArrayOfRegionStatistics |
|
|
|
Return argument (since cost is identical to feature value) |
|
Do nothing (since we need not update region statistics). |
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|