35 int size = points.size();
38 for (
int i = 0; i < size * 3; i += 3)
40 tmpVals[i + 0] = points[i / 3][0];
41 tmpVals[i + 1] = points[i / 3][1];
42 tmpVals[i + 2] = points[i / 3][2];
58 BBFeature(
const std::vector<Eigen::Vector3f>& points)
61 calculateProperties();
63 BBFeature(
const std::pair<std::string, std::vector<Eigen::Vector3f>>& points)
66 calculateProperties();
82 void calculateProperties()