| 34 | TestAngleDiff(const cv::Mat* source_image, const ProjectionParams* params) |
| 35 | : AngleDiffPrecomputed{source_image, params} {} |
| 36 | ~TestAngleDiff() {} |
| 37 | |
| 38 | vector<float> GetRowAlphas() const { return _row_alphas; } |
| 39 | vector<float> GetColAlphas() const { return _col_alphas; } |
nothing calls this directly
no outgoing calls
no test coverage detected