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

Method GetRowBetas

test/test_angle_diff.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 vector<float> GetRowAlphas() const { return _row_alphas; }
39 vector<float> GetColAlphas() const { return _col_alphas; }
40 cv::Mat GetRowBetas() const { return _beta_rows; }
41 cv::Mat GetColBetas() const { return _beta_cols; }
42};
43

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected