Skip to content

Commit

Permalink
Enhance reproducibility.
Browse files Browse the repository at this point in the history
ANN can provide different result at every run
  • Loading branch information
pmoulon committed Jul 7, 2017
1 parent c4e5a29 commit e3837ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main(int argc, char **argv) {
{
// Find corresponding points
matching::DistanceRatioMatch(
0.8, matching::ANN_L2,
0.8, matching::BRUTE_FORCE_L2,
*regions_perImage.at(0).get(),
*regions_perImage.at(1).get(),
vec_PutativeMatches);
Expand Down

0 comments on commit e3837ca

Please sign in to comment.