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

Method GetDistsCol

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

Source from the content-addressed store, hash-verified

39 vector<float> GetColAlphas() const { return _col_alphas; }
40 cv::Mat GetDistsRow() const { return _dists_row; }
41 cv::Mat GetDistsCol() const { return _dists_col; }
42};
43
44TEST(LineDistDiff, AlphasRows) {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected