Named GraphCutSeamFinderBase to allow its usage in makePtr.

Sequel to bcb6f038.
pull/1583/head
Roman Donchenko 12 years ago
parent 685eceb68a
commit cc7a13ea57
  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