Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_detection
Function · 0.80
draw_fhog
Function · 0.80
num_separable_filters
Function · 0.80
threshold_filter_singular_values
Function · 0.80
evaluate_detectors
Function · 0.80
object_detector
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected