Milena (Olena)
User documentation 2.0a Id
|
Implementation namespace of labeling namespace. More...
Namespaces | |
namespace | generic |
Generic implementation namespace of labeling namespace. | |
Functions | |
template<typename A , typename I , typename L > | |
util::array< typename A::result > | compute_fastest (const Accumulator< A > &a_, const Image< I > &input_, const Image< L > &label_, const typename L::value &nlabels) |
Fastest implementation of labeling::compute. | |
template<typename A , typename I , typename L > | |
util::array< typename A::result > | compute_fastest (util::array< A > &accus, const Image< I > &input_, const Image< L > &label_, const typename L::value &nlabels) |
Fastest implementation of labeling::compute. | |
Implementation namespace of labeling namespace.
|
inline |
Fastest implementation of labeling::compute.
[in] | a_ | An accumulator. |
[in] | input_ | The input image. |
[in] | label_ | The labeled image. |
[in] | nlabels | The number of labels in label . |
Definition at line 373 of file labeling/compute.hh.
References mln::geom::ncols().
|
inline |
Fastest implementation of labeling::compute.
[in] | accus | An array of accumulators. |
[in] | input_ | The input image. |
[in] | label_ | The labeled image. |
[in] | nlabels | The number of labels in label . |
Definition at line 427 of file labeling/compute.hh.
References mln::geom::ncols(), mln::util::array< T >::resize(), and mln::util::array< T >::size().