Named GraphCutSeamFinderBase to allow its usage in makePtr.
authorRoman Donchenko <roman.donchenko@itseez.com>
Tue, 8 Oct 2013 14:13:56 +0000 (18:13 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Tue, 8 Oct 2013 14:13:56 +0000 (18:13 +0400)
Sequel to bcb6f038.

modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp

index b1eb18b..24b7db6 100644 (file)
@@ -205,7 +205,7 @@ private:
 class CV_EXPORTS GraphCutSeamFinderBase
 {
 public:
-    enum { COST_COLOR, COST_COLOR_GRAD };
+    enum CostType { COST_COLOR, COST_COLOR_GRAD };
 };