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

Method Clear

deps/tesseract/ccmain/thresholder.cpp:45–47  ·  view source on GitHub ↗

Destroy the Pix if there is one, freeing memory.

Source from the content-addressed store, hash-verified

43
44// Destroy the Pix if there is one, freeing memory.
45void ImageThresholder::Clear() {
46 pixDestroy(&pix_);
47}
48
49// Return true if no image has been set.
50bool ImageThresholder::IsEmpty() const {

Callers 3

init_tesseractMethod · 0.45
do_re_displayMethod · 0.45
word_bln_displayMethod · 0.45

Calls 1

pixDestroyFunction · 0.85

Tested by

no test coverage detected