Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ get_iou_thresh
Method
get_iou_thresh
dlib/image_processing/box_overlap_testing.h:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
double get_iou_thresh (
111
) const
112
{
113
return iou_thresh;
114
}
115
116
private:
117
double iou_thresh;
Callers
5
serialize
Function · 0.80
set_overlap_nms
Method · 0.80
loss_mmod_
Class · 0.80
loss_yolo_
Class · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected