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

Function InitFeatureDisplayWindowIfReqd

deps/tesseract/classify/intproto.cpp:1911–1916  ·  view source on GitHub ↗

* Initializes the feature display window if it is not already * initialized. */

Source from the content-addressed store, hash-verified

1909 * initialized.
1910 */
1911void InitFeatureDisplayWindowIfReqd() {
1912 if (FeatureDisplayWindow == NULL) {
1913 FeatureDisplayWindow = CreateFeatureSpaceWindow("FeatureDisplayWindow",
1914 50, 700);
1915 }
1916}
1917
1918/// Creates a window of the appropriate size for displaying elements
1919/// in feature space.

Callers 2

DisplayProtoDebugInfoMethod · 0.85

Calls 1

CreateFeatureSpaceWindowFunction · 0.85

Tested by

no test coverage detected