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

Function FreeOutlines

deps/tesseract/classify/mfoutline.cpp:179–181  ·  view source on GitHub ↗

---------------------------------------------------------------------------*/ * Release all memory consumed by the specified list * of outlines. * @param Outlines list of mf-outlines to be freed * @return none * @note Exceptions: none * @note History: Thu Dec 13 16:14:50 1990, DSJ, Created. */

Source from the content-addressed store, hash-verified

177 * @note History: Thu Dec 13 16:14:50 1990, DSJ, Created.
178 */
179void FreeOutlines(LIST Outlines) {
180 destroy_nodes(Outlines, FreeMFOutline);
181} /* FreeOutlines */
182
183
184/*---------------------------------------------------------------------------*/

Callers 3

BlobMicroFeaturesFunction · 0.85
ExtractPicoFeaturesMethod · 0.85

Calls 1

destroy_nodesFunction · 0.85

Tested by

no test coverage detected