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

Method num_detectors

dlib/image_processing/object_detector.h:101–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 );
100
101 unsigned long num_detectors (
102 ) const { return w.size(); }
103
104 const feature_vector_type& get_w (
105 unsigned long idx = 0

Callers 6

bind_object_detectionFunction · 0.80
draw_fhogFunction · 0.80
num_separable_filtersFunction · 0.80
evaluate_detectorsFunction · 0.80
object_detectorMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected