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

Method plot

deps/tesseract/ccstruct/werd.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295
296#ifndef GRAPHICS_DISABLED
297void WERD::plot(ScrollView *window, ScrollView::Color colour) {
298 C_BLOB_IT it = &cblobs;
299 for (it.mark_cycle_pt(); !it.cycled_list(); it.forward()) {
300 it.data()->plot(window, colour, colour);
301 }
302 plot_rej_blobs(window);
303}
304
305// Get the next color in the (looping) rainbow.
306ScrollView::Color WERD::NextColor(ScrollView::Color colour) {

Callers 15

LearnWordMethod · 0.45
LearnPiecesMethod · 0.45
classify_word_pass2Method · 0.45
do_re_displayMethod · 0.45
word_displayMethod · 0.45
try_doc_fixedFunction · 0.45
compute_pitch_sdFunction · 0.45
compute_pitch_sd2Function · 0.45
DisplayBlocksMethod · 0.45
make_spline_rowsMethod · 0.45

Calls 4

dataMethod · 0.80
mark_cycle_ptMethod · 0.45
cycled_listMethod · 0.45
forwardMethod · 0.45

Tested by

no test coverage detected