Searched defs:Detection (Results 1 – 6 of 6) sorted by relevance
64 struct Detection { struct72 Detection() {} in Detection() argument73 Detection(bool d, int64_t id, float s, Box2D b) in Detection() function75 Detection(bool d, int64_t id, float s, Box2D b, IgnoreType i) in Detection() function
29 struct Detection { struct49 bool compare_detection(const yolov3::Detection& detection,
234 #### SMD Report Result244 #### SMD Request re-detection
83 explicit Detection(const ObjectModelBase* const object_model, in Detection() function90 Detection(const Detection& other) in Detection() function
24 message Detection { message
29 public abstract class Detection { class