$extrastylesheet
Functions | |
template<typename L , typename I > | |
mln::trait::concrete< I >::ret | clean (const line_info< L > &line, const Image< I > &input_) |
template<typename L , typename I > | |
void | clean_inplace (const line_info< L > &line, Image< I > &input) |
template<typename I , typename N > | |
line_set< typename mln::trait::ch_value< I, scribo::def::lbl_type >::ret > | extract_lines (const Image< I > &input, const Neighborhood< N > &nbh, const typename mln::trait::ch_value< I, bool >::ret &separators) |
template<typename I , typename N > | |
line_set< typename mln::trait::ch_value< I, scribo::def::lbl_type >::ret > | extract_lines (const Image< I > &input, const Neighborhood< N > &nbh) |
template<typename L > | |
line_set< typename mln::trait::ch_value< L, scribo::def::lbl_type >::ret > | extract_lines (const component_set< L > &input) |
template<typename I , typename J , typename N > | |
line_set< typename mln::trait::ch_value< I, scribo::def::lbl_type >::ret > | extract_lines_with_features (const Image< I > &input, const Image< J > &input_binary, const Neighborhood< N > &nbh, const typename mln::trait::ch_value< I, bool >::ret &separators) |
template<typename I , typename J , typename N > | |
line_set< typename mln::trait::ch_value< I, scribo::def::lbl_type >::ret > | extract_lines_with_features (const Image< I > &input, const Image< J > &input_binary, const Neighborhood< N > &nbh) |
template<typename I , typename N > | |
line_set< typename mln::trait::ch_value< I, scribo::def::lbl_type >::ret > | extract_lines_wo_merge (const Image< I > &input, const Neighborhood< N > &nbh, const typename mln::trait::ch_value< I, bool >::ret &separators) |
template<typename I , typename N > | |
line_set< typename mln::trait::ch_value< I, scribo::def::lbl_type >::ret > | extract_lines_wo_merge (const Image< I > &input, const Neighborhood< N > &nbh) |
template<typename L , typename N > | |
line_set< typename mln::trait::ch_value< L, scribo::def::lbl_type >::ret > | extract_lines_wo_merge (const document< L > &doc, const Neighborhood< N > &nbh) |
template<typename L , typename N > | |
line_set< typename mln::trait::ch_value< L, scribo::def::lbl_type >::ret > | extract_lines_wo_merge (const document< L > &doc, const Neighborhood< N > &nbh, const typename mln::trait::ch_value< L, bool >::ret &separators) |
template<typename L > | |
paragraph_set< L > | extract_paragraphs (line_set< L > &lines, const image2d< bool > &input) |
template<typename L > | |
paragraph_set< L > | extract_paragraphs_hdoc (line_set< L > &lines, const image2d< bool > &input) |
template<typename L > | |
line_links< L > | link_lines (const line_set< L > &lines) |
template<typename L > | |
line_set< L > | look_like_text_lines (const scribo::line_set< L > &l) |
template<typename L > | |
void | look_like_text_lines_inplace (scribo::line_set< L > &line) |
template<typename L > | |
line_set< L > | merging (const scribo::line_set< L > &lines) |
template<typename L > | |
line_set< L > | merging_hdoc (const scribo::line_set< L > &lines) |
template<typename L > | |
mln::trait::concrete< L >::ret | paragraphs_closing (const paragraph_set< L > &parset) |
template<typename L > | |
void | recognition (line_set< L > &lines, const char *language) |
template<typename I > | |
void | recognition (const Image< I > &line, const char *language, const std::string &output_file=std::string()) |
Namespace of routines working on text components.
mln::trait::concrete< I >::ret scribo::text::clean | ( | const line_info< L > & | line, |
const Image< I > & | input_ | ||
) |
Improve quality of an image with text.
[in] | line | Line info providing statistics about the text in the corresponding image input . |
[in] | input_ | A binary image. Object are set to 'false' and backgroud to 'true'. |
void scribo::text::clean_inplace | ( | const line_info< L > & | line, |
Image< I > & | input | ||
) |
Improve quality of an image with text.
[in] | line | Line info providing statistics about the text in the corresponding image input . |
[in,out] | input | A binary image. Object are set to 'false' and backgroud to 'true'. |
line_set<L> scribo::text::look_like_text_lines | ( | const scribo::line_set< L > & | l | ) |
Set line type to line::Text according to criterion.
void scribo::text::look_like_text_lines_inplace | ( | scribo::line_set< L > & | line | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Inplace version.