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

Function serialize

dlib/image_processing/box_overlap_testing.h:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121// ----------------------------------------------------------------------------------------
122
123 inline void serialize (
124 const test_box_overlap& item,
125 std::ostream& out
126 )
127 {
128 serialize(item.get_iou_thresh(), out);
129 serialize(item.get_percent_covered_thresh(), out);
130 }
131
132 inline void deserialize (
133 test_box_overlap& item,

Callers

nothing calls this directly

Calls 2

get_iou_threshMethod · 0.80

Tested by

no test coverage detected