fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)

This commit is contained in:
Alexey Spizhevoy
2011-06-02 12:13:06 +00:00
parent 1a0b1d2aea
commit 4401f33e10
4 changed files with 433 additions and 409 deletions

View File

@@ -49,6 +49,7 @@
#include <vector>
#include <algorithm>
#include <utility>
#include <set>
#include "opencv2/core/core.hpp"
#include "opencv2/core/internal.hpp"
#include "opencv2/imgproc/imgproc.hpp"