Skip to content

Commit e3be853

Browse files
Added new version of generating potential sets of matches.
1 parent 9b385ff commit e3be853

File tree

3 files changed

+329
-233
lines changed

3 files changed

+329
-233
lines changed

include/Matching.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ class Matching {
217217
int viewPort1 = -1,
218218
int viewPort2 = -1);
219219

220-
static std::vector<std::vector<PotMatch> > findPotSets(std::vector<PotMatch> potMatches,
221-
const vectorObjInstance &mapObjInstances,
222-
const vectorObjInstance &frameObjInstances,
220+
static std::vector<std::vector<PotMatch> > findPotSets(const std::vector<PotMatch> &potMatches,
221+
const vectorObjInstance &mapObjInstances,
222+
const vectorObjInstance &frameObjInstances,
223223
double planeDistThresh,
224224
double lineToLineAngThresh,
225225
double planeToPlaneAngThresh,

0 commit comments

Comments
 (0)