Euphoria
image_to_text.h File Reference
#include "core/table.h"
#include "base/rgb.h"
#include "core/imagefilters.h"

Go to the source code of this file.

Classes

struct  eu::core::ImageMapAction
 

Namespaces

 eu
 
 eu::core
 

Functions

Table< char > eu::core::from_image_to_string_table (const Image &img, const std::vector< ImageMapAction > &map)
 
Table< char > eu::core::from_image_to_string_table_exact (const Image &img, const std::vector< ImageMapAction > &map, char missing)
 
Table< char > eu::core::from_image_to_string_table (const Image &img, bool shorter, Grayscale grayscale)
 
std::vector< std::string > eu::core::to_strings (const Table< char > &table)