SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
lapjv.h
Go to the documentation of this file.
1 #ifndef _BYTETRACK_LAPJV_H_
2 #define _BYTETRACK_LAPJV_H_
3 
4 #include <cstdint>
5 
6 int lapjv_internal(const unsigned int n, double* cost[], int* x, int* y);
7 
8 #endif
int lapjv_internal(const unsigned int n, double *cost[], int *x, int *y)
Definition: lapjv.cpp:287