Skip to content

Commit

Permalink
support detect corners of deltille
Browse files Browse the repository at this point in the history
  • Loading branch information
ftdlyc committed Oct 20, 2018
1 parent 6cf7a7c commit 92536bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libcbdetect/deltilles_from_corners.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ void deltilles_from_corners(const cv::Mat &img, const Corner &corners,
auto time = std::chrono::system_clock::now().time_since_epoch();
e.seed(time.count());
int start = e() % corners.p.size();
// std::cout << start << "\n";
start = 35;

// for all seed corners do
int n = 0;
Expand Down

0 comments on commit 92536bc

Please sign in to comment.