21# include "config_auto.h"
28#include <allheaders.h>
38 ASSERT_HOST(pix !=
nullptr && pixGetDepth(pix) == 32 && blob !=
nullptr);
40 int height = pixGetHeight(pix);
41 const int box_width = 5;
48 pixRenderBoxArb(pix, box, box_width, 255, 0, 0);
51 pixRenderBoxArb(pix, box, box_width, 0, 255, 255);
54 pixRenderBoxArb(pix, box, box_width, 0, 255, 0);
57 pixRenderBoxArb(pix, box, box_width, 0, 255, 0);
62 pixRenderBoxArb(pix, box, box_width, 255, 255, 0);
const TBOX & bounding_box() const
BlobSpecialTextType special_text_type() const
TDimension height() const
virtual ~EquationDetectBase()
static void RenderSpecialText(Image pix, BLOBNBOX *blob)