Skip to content

Commit a6b8a81

Browse files
authored
Merge pull request #108 from AutoModality/GV-3399/cpp-port
feat: am_detection
2 parents 578fdf9 + c2b2906 commit a6b8a81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/am_utils/am_detection.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ struct Detection
1111

1212
int class_id_{0};
1313
std::string class_name_;
14-
double confidence{0.0};
15-
cv::Scalar color{};
16-
cv::Rect box{};
14+
double confidence_{0.0};
15+
cv::Scalar color_{};
16+
cv::Rect box_{};
1717
};
1818
}
1919

0 commit comments

Comments
 (0)