$extrastylesheet
#include <scribo/toolchain/internal/text_in_picture_functor.hh>
Public Types | |
|
typedef mln::trait::ch_value < I, V >::ret | L |
| typedef scribo::def::lbl_type | V |
Public Member Functions | |
| virtual int | nsteps () const |
| virtual void | on_end () |
| virtual void | on_new_progress_label (const char *label) |
| virtual void | on_progress () |
| virtual void | on_start () |
| component_set< L > | operator() (const Image< I > &) |
Public Attributes | |
| float | bbox_h_ratio |
| float | bbox_overlap |
| bool | enable_bg_removal |
| bool | enable_multi_scale_bin |
| unsigned | group_min_holes |
| object_groups< L > | groups |
| mln::util::timer | gt |
| unsigned | lambda |
| unsigned | max_dim_size |
| unsigned | mean_width |
| component_set< L > | output |
| unsigned | regroup_dmax |
| unsigned | sauvola_min_w |
| unsigned | sauvola_s |
| unsigned | small_groups |
| mln::util::timer | t |
| bool | verbose |
Localize text in a picture.
Definition at line 112 of file text_in_picture_functor.hh.