Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Smorodov/Multitarget-tracker
/ make_float_array
Function
make_float_array
src/Detector/darknet/src/http_stream.cpp:823–828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
821
}
822
823
float *make_float_array(float* src, size_t size)
824
{
825
float *dst = (float*)xcalloc(size, sizeof(float));
826
memcpy(dst, src, size*sizeof(float));
827
return dst;
828
}
829
830
struct detection_t : detection {
831
int det_count;
Callers
1
detection_t
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected