Commit cc7a13ea authored by Roman Donchenko's avatar Roman Donchenko

Named GraphCutSeamFinderBase to allow its usage in makePtr.

Sequel to bcb6f038.
parent 685eceb6
...@@ -205,7 +205,7 @@ private: ...@@ -205,7 +205,7 @@ private:
class CV_EXPORTS GraphCutSeamFinderBase class CV_EXPORTS GraphCutSeamFinderBase
{ {
public: public:
enum { COST_COLOR, COST_COLOR_GRAD }; enum CostType { COST_COLOR, COST_COLOR_GRAD };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment