| 673 | } |
| 674 | |
| 675 | void br::Compare(const File &targetGallery, const File &queryGallery, const File &output) |
| 676 | { |
| 677 | AlgorithmManager::getAlgorithm(output.get<QString>("algorithm"))->compare(targetGallery, queryGallery, output); |
| 678 | } |
| 679 | |
| 680 | void br::CompareTemplateLists(const TemplateList &target, const TemplateList &query, Output *output) |
| 681 | { |