9 template <
typename Type>
12 typedef Type ElementType;
24 template<
typename OtherType>
38 template <
typename OtherType>
40 if(reinterpret_cast<const void*>(
this) != reinterpret_cast<const void*>(&other)) {
48 typedef BaseDetection<int> Detection;
float score
Object detection score.
Definition: Detection.h:15
bool isValid() const noexcept
Checks whether a detection is valid.
Definition: Detection.h:34
Rectangle.
Definition: Rect.h:10
BaseDetection() noexcept
Initializes a default detection.
Definition: Detection.h:21
BaseRect< Type > rect
Object bounding box.
Definition: Detection.h:14
Face detection. Stores a detected face bounding box within a source image frame as well as detection...
Definition: Detection.h:10