34 namespace SourceXtractor {
46 for (
auto& source : group) {
48 const auto&
min = boundaries.getMin();
49 const auto&
max = boundaries.getMax();
70 max.
m_x =
std::min(max.
m_x, detection_frame_images.getWidth() - 1);
71 max.
m_y =
std::min(max.
m_y, detection_frame_images.getHeight() - 1);