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

Function NewMicroFeature

deps/tesseract/classify/mfdefs.cpp:35–37  ·  view source on GitHub ↗

---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------**/ ---------------------------------------------------------------------------*/ * This routine allocates and returns a new micro-feature * data structure. * @return New MICROFEATURE * @note History: 7/27/89, DSJ, Cre

Source from the content-addressed store, hash-verified

33 * @note History: 7/27/89, DSJ, Created.
34 */
35MICROFEATURE NewMicroFeature() {
36 return ((MICROFEATURE) Emalloc (sizeof (MFBLOCK)));
37} /* NewMicroFeature */
38
39
40/*---------------------------------------------------------------------------*/

Callers 1

ExtractMicroFeatureFunction · 0.85

Calls 1

EmallocFunction · 0.85

Tested by

no test coverage detected