Skip to content

Commit c2b2906

Browse files
committed
feat: am_detection
1 parent c0627eb commit c2b2906

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)