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

Function UpdateMatchDisplay

deps/tesseract/classify/intproto.cpp:467–470  ·  view source on GitHub ↗

* This routine clears the global feature and proto * display lists. * * Globals: * - FeatureShapes display list for features * - ProtoShapes display list for protos * @return none * @note Exceptions: none * @note History: Thu Mar 21 15:40:19 1991, DSJ, Created. */

Source from the content-addressed store, hash-verified

465 * @note History: Thu Mar 21 15:40:19 1991, DSJ, Created.
466 */
467void UpdateMatchDisplay() {
468 if (IntMatchWindow != NULL)
469 IntMatchWindow->Update();
470} /* ClearMatchDisplay */
471#endif
472
473/**

Callers 2

DisplayAdaptedCharMethod · 0.85
ShowBestMatchForMethod · 0.85

Calls 1

UpdateMethod · 0.80

Tested by

no test coverage detected