Merge pull request #1583 from SpecLad:name-enum-2

pull/1580/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 3d4ec7ad98
  1. 2
      modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp

@ -205,7 +205,7 @@ private:
class CV_EXPORTS GraphCutSeamFinderBase
{
public:
enum { COST_COLOR, COST_COLOR_GRAD };
enum CostType { COST_COLOR, COST_COLOR_GRAD };
};

Loading…
Cancel
Save