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

Function iterate

deps/tesseract/classify/mfx.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81 RemainingOutlines = Outlines;
82 iterate(RemainingOutlines) {
83 Outline = (MFOUTLINE) first_node (RemainingOutlines);
84 CharNormalizeOutline(Outline, cn_denorm);
85 }
86
87 RemainingOutlines = Outlines;
88 iterate(RemainingOutlines) {

Callers

nothing calls this directly

Calls 4

CharNormalizeOutlineFunction · 0.85
FindDirectionChangesFunction · 0.85
MarkDirectionChangesFunction · 0.85
ConvertToMicroFeaturesFunction · 0.85

Tested by

no test coverage detected