mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[CVV] Added const versions of gauss_pyramid methods
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -10,7 +10,9 @@ private:
|
||||
public:
|
||||
gauss_pyramid();
|
||||
gauss_pyramid(cv::Mat img, float sigma, int number_of_layers);
|
||||
cv::Mat get(int layer) const;
|
||||
cv::Mat get(int layer);
|
||||
unsigned long get_number_of_layers() const;
|
||||
unsigned long get_number_of_layers();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user