$extrastylesheet
Functions | |
template<typename I , typename J , typename N , typename V > | |
component_set< typename mln::trait::ch_value< I, V > ::ret > | scribo::primitive::extract::components (const Image< I > &input, const Image< J > &binary_input, const Neighborhood< N > &nbh, V &ncomponents, component::Type type=component::Undefined) |
template<typename I , typename N , typename V > | |
component_set< typename mln::trait::ch_value< I, V > ::ret > | scribo::primitive::extract::components (const Image< I > &binary_input, const Neighborhood< N > &nbh, V &ncomponents, component::Type type=component::Undefined) |
All routines/algorithms to extract components.
|
inline |
Extract components in a binary image.
[in] | input | A RGB image. |
[in] | binary_input | A binary image. Components must be set to 'True'. and background to 'false'. |
[in] | nbh | A neighborhood to be used for labeling. |
[in,out] | ncomponents | Will store the numbers of components found. |
[in] | type | The default component type set to components. |
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
[in] | binary_input | A binary image. Components must be set to 'True'. and background to 'false'. |
[in] | nbh | A neighborhood to be used for labeling. |
[in,out] | ncomponents | Will store the numbers of components found. |
[in] | type | The default component type set to components. |