mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 11:26:25 +02:00
[CCV] Prevented unintended side effects
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -51,7 +51,7 @@ cv::Mat max_fusion_generic(const std::vector<cv::Mat> feature_maps) {
|
||||
}
|
||||
|
||||
if (first_value) {
|
||||
C = f;
|
||||
C = f.clone();
|
||||
first_value = false;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user