| 36 | ~TestLineDistDiff() {} |
| 37 | |
| 38 | vector<float> GetRowAlphas() const { return _row_alphas; } |
| 39 | vector<float> GetColAlphas() const { return _col_alphas; } |
| 40 | cv::Mat GetDistsRow() const { return _dists_row; } |
| 41 | cv::Mat GetDistsCol() const { return _dists_col; } |