Fix nan issue in features
[trackerpp.git] / include / hungarian.h
index 64b8596..034aebe 100644 (file)
@@ -12,4 +12,5 @@
 // @return the cost of the assignment
 int linear_sum_assignment(const Eigen::MatrixXi& cost_matrix, Eigen::VectorXi& row_ind, Eigen::VectorXi& col_ind);
 
+
 #endif // _HUNGARIAN_H_