| 32 | class TestLineDistDiff : public LineDistDiffPrecomputed { |
| 33 | public: |
| 34 | TestLineDistDiff(const cv::Mat* source_image, const ProjectionParams* params) |
| 35 | : LineDistDiffPrecomputed{source_image, params} {} |
| 36 | ~TestLineDistDiff() {} |
| 37 | |
| 38 | vector<float> GetRowAlphas() const { return _row_alphas; } |
nothing calls this directly
no outgoing calls
no test coverage detected