mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[CCV] Changed signature of get feature map method
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -50,7 +50,7 @@ public:
|
||||
* @param orientation the nth orientation
|
||||
* @return the feature map
|
||||
*/
|
||||
cv::Mat get_feature_map(int orientation);
|
||||
cv::Mat get_feature_map(unsigned long orientation);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user