pass image as reference

This commit is contained in:
2024-05-12 13:19:27 +02:00
parent fcfdf4add2
commit cb4c562214
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ impl DescriptorStore {
continue
}
};
let phash = desc.describe(img);
let phash = desc.describe(&img);
self.map.insert(name, phash);
} else {
debug!("{} already known, skipping.", name);