WIP: Resolve "Remove folder association/ completely"
Compare changes
Files
10+ 0
− 83
* \param _associated_mask Resized to nd_. Marks true at i if detection d_i has been associated, otherwise marks false
* Assumes i/j_mask_ vector class members and scores_ matrix are correctly sized, by a previous call to resize()
//void solve(std::vector<std::pair<unsigned int, unsigned int> > & _pairs, std::vector<unsigned int> & _unassoc);
void solve(std::vector<std::pair<unsigned int, unsigned int> > & _pairs, std::vector<bool> & _associated_mask);