Milena (Olena)
User documentation 2.0a Id
|
Morpher providing an improved interface for labeled image. More...
#include <labeled_image.hh>
Public Types | |
typedef accu::shape::bbox < typename I::psite >::result | bbox_t |
Type of the bounding component bounding boxes. | |
typedef labeled_image < tag::image_< I > > | skeleton |
Skeleton. | |
Public Member Functions | |
const bbox_t & | bbox (const typename I::value &label) const |
Return the bounding box of the component label . | |
const util::array< bbox_t > & | bboxes () const |
Return the component bounding boxes. | |
I::value | nlabels () const |
Return the number of labels;. | |
p_if< mln_box(I), fun::eq_v2b_expr_< pw::value_ < I >, pw::cst_< typename I::value > > > | subdomain (const typename I::value &label) const |
Return the domain of the component with label label . | |
labeled_image () | |
ConstructorsConstructor without argument. | |
labeled_image (const I &ima, const typename I::value &nlabels) | |
Constructor from an image ima and the number of labels nlabels . | |
labeled_image (const I &ima, const typename I::value &nlabels, const util::array< mln_box(I)> &bboxes) | |
Constructor from an image ima , the number of labels nlabels and the object bounding boxes. | |
void | relabel (const Function_v2v< F > &f) |
Relabel according to a function. | |
void | relabel (const Function_v2b< F > &f) |
Labels may be removed. | |
Protected Member Functions | |
void | update_data (const fun::i2v::array< typename I::value > &relabel_fun) |
Update bounding boxes information. | |
Morpher providing an improved interface for labeled image.
I | The label image type. |
This image type allows to access every site set at a given label.
This image type guaranties that labels are contiguous (from 1 to n).
Definition at line 106 of file labeled_image.hh.
|
inherited |
Type of the bounding component bounding boxes.
Definition at line 124 of file labeled_image_base.hh.
typedef labeled_image< tag::image_<I> > mln::labeled_image< I >::skeleton |
Skeleton.
Definition at line 114 of file labeled_image.hh.
|
inline |
ConstructorsConstructor without argument.
Definition at line 194 of file labeled_image.hh.
|
inline |
Constructor from an image ima
and the number of labels nlabels
.
Definition at line 200 of file labeled_image.hh.
|
inline |
Constructor from an image ima
, the number of labels nlabels
and the object bounding boxes.
Definition at line 207 of file labeled_image.hh.
|
inherited |
Return the bounding box of the component label
.
|
inherited |
Return the component bounding boxes.
|
inherited |
Return the number of labels;.
|
inherited |
Relabel according to a function.
Merge or delete labels according to the given function. This method ensures that the labeling remains contiguous.
|
inherited |
Labels may be removed.
This overload make sure the labeling is still contiguous.
|
inherited |
Return the domain of the component with label label
.
|
protectedinherited |
Update bounding boxes information.