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

Method plot

deps/tesseract/ccstruct/blobbox.cpp:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void BLOBNBOX::plot(ScrollView* window, // window to draw in
481 ScrollView::Color blob_colour, // for outer bits
482 ScrollView::Color child_colour) { // for holes
483 if (cblob_ptr != NULL)
484 cblob_ptr->plot(window, blob_colour, child_colour);
485}
486#endif
487/**********************************************************************
488 * find_cblob_limits

Callers 3

PlotBlobsMethod · 0.45
PlotNoiseBlobsMethod · 0.45
plot_blob_listFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected