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

Method ClearFeatureEvidence

deps/tesseract/classify/intmatcher.cpp:716–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716void ScratchEvidence::ClearFeatureEvidence(const INT_CLASS class_template) {
717 memset(feature_evidence_, 0,
718 class_template->NumConfigs * sizeof(feature_evidence_[0]));
719}
720
721/**
722 * Print debugging information for Configuations

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected