mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
Fix mutable compilation error
This commit is contained in:
parent
eada0f4b48
commit
ba5bec1de2
@ -227,8 +227,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mutable std::vector<TEvolution> & evolution_;
|
std::vector<TEvolution> & evolution_;
|
||||||
AKAZEOptions options_;
|
AKAZEOptions options_;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user