mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46: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) {
|
if (first_value) {
|
||||||
C = f;
|
C = f.clone();
|
||||||
first_value = false;
|
first_value = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user