MCPcopy Create free account
hub / github.com/creatale/node-dv / bounding_box

Method bounding_box

deps/tesseract/ccstruct/blobs.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273TBOX TESSLINE::bounding_box() const {
274 return TBOX(topleft.x, botright.y, botright.x, topleft.y);
275}
276
277#ifndef GRAPHICS_DISABLED
278void TESSLINE::plot(ScrollView* window, ScrollView::Color color,

Callers 2

CorrectBlobOrderMethod · 0.45
BLNormalizeMethod · 0.45

Calls 2

TBOXClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected