mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Named GraphCutSeamFinderBase to allow its usage in makePtr.
Sequel to bcb6f038
.
This commit is contained in:
parent
685eceb68a
commit
cc7a13ea57
@ -205,7 +205,7 @@ private:
|
||||
class CV_EXPORTS GraphCutSeamFinderBase
|
||||
{
|
||||
public:
|
||||
enum { COST_COLOR, COST_COLOR_GRAD };
|
||||
enum CostType { COST_COLOR, COST_COLOR_GRAD };
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user