Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoboMaster/RoboRTS
/ freeFeatureMapObject
Function
freeFeatureMapObject
roborts_tracking/KCFcpp/src/fhog.cpp:504–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
int freeFeatureMapObject (CvLSVMFeatureMapCaskade **obj)
505
{
506
if(*obj == NULL) return LATENT_SVM_MEM_NULL;
507
free((*obj)->map);
508
free(*obj);
509
(*obj) = NULL;
510
return LATENT_SVM_OK;
511
}
Callers
1
getFeatures
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected