MCPcopy Create free account
hub / github.com/PRBonn/depth_clustering / TestLineDistDiff

Method TestLineDistDiff

test/test_line_dist_diff.cpp:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class 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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected