MCPcopy Create free account
hub / github.com/davisking/dlib / num_leaves

Method num_leaves

dlib/image_processing/shape_predictor.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 std::vector<matrix<float,0,1> > leaf_values;
60
61 unsigned long num_leaves() const { return leaf_values.size(); }
62
63 inline const matrix<float,0,1>& operator()(
64 const std::vector<float>& feature_pixel_values,

Callers 2

num_featuresMethod · 0.80
operator()Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected