MCPcopy Create free account
hub / github.com/Smorodov/Multitarget-tracker / freeFeatureMapObject

Function freeFeatureMapObject

src/Tracker/ldes/fhog.cpp:478–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478int freeFeatureMapObject (CvLSVMFeatureMapCaskade **obj)
479{
480 if(*obj == NULL) return LATENT_SVM_MEM_NULL;
481 free((*obj)->map);
482 free(*obj);
483 (*obj) = NULL;
484 return LATENT_SVM_OK;
485}

Callers 1

getFeaturesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected