21#ifndef DIFFALGORITHM_H
22#define DIFFALGORITHM_H
42int FindOptimalThreshold(
const std::vector<CellMatchData>& s1,
43 const std::vector<CellMatchData>& s2);
57std::vector<std::pair<int, int>> Align2(
const std::vector<CellMatchData>& s1,
58 const std::vector<CellMatchData>& s2,
GroupType
All types a GroupCell can be of.
Definition: GroupCell.h:42
Represents matching metadata for a cell.
Definition: DiffAlgorithm.h:33