summaryrefslogtreecommitdiff
path: root/mv_machine_learning/object_detection/include/object_detection_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'mv_machine_learning/object_detection/include/object_detection_type.h')
-rw-r--r--mv_machine_learning/object_detection/include/object_detection_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mv_machine_learning/object_detection/include/object_detection_type.h b/mv_machine_learning/object_detection/include/object_detection_type.h
index bbd1fd5f..8c04c4b5 100644
--- a/mv_machine_learning/object_detection/include/object_detection_type.h
+++ b/mv_machine_learning/object_detection/include/object_detection_type.h
@@ -47,7 +47,6 @@ template<typename T> struct ObjectDetectionQueue {
* @details Contains object detection result.
*/
struct ObjectDetectionResult {
- bool is_valid {};
unsigned int number_of_objects {};
std::vector<unsigned int> indices;
std::vector<std::string> names;