Named GraphCutSeamFinderBase to allow its usage in makePtr.

Sequel to bcb6f038.
This commit is contained in:
Roman Donchenko 2013-10-08 18:13:56 +04:00
parent 685eceb68a
commit cc7a13ea57

View File

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