1
0
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:
2017-05-30 20:53:41 +02:00
parent 781edeb133
commit 5deeb1a46e

View File

@ -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 {