aboutsummaryrefslogtreecommitdiff
path: root/targets_affinity.h
diff options
context:
space:
mode:
Diffstat (limited to 'targets_affinity.h')
-rw-r--r--targets_affinity.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/targets_affinity.h b/targets_affinity.h
index dff1741..163b015 100644
--- a/targets_affinity.h
+++ b/targets_affinity.h
@@ -8,6 +8,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <deque>
#include <vector>
#include "components/zucchini/image_utils.h"
@@ -30,8 +31,8 @@ class TargetsAffinity {
// affinity scores. Both |old_targets| and |new_targets| are targets in the
// same pool and are sorted in ascending order.
void InferFromSimilarities(const EquivalenceMap& equivalence_map,
- const std::vector<offset_t>& old_targets,
- const std::vector<offset_t>& new_targets);
+ const std::deque<offset_t>& old_targets,
+ const std::deque<offset_t>& new_targets);
// Assigns labels to targets based on associations previously inferred, using
// |min_affinity| to reject associations with weak |affinity|. Label 0 is