Searched defs:Detection (Results 1 – 4 of 4) 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
24 message Detection { message
83 explicit Detection(const ObjectModelBase* const object_model, in Detection() function90 Detection(const Detection& other) in Detection() function
29 public abstract class Detection { class