35 namespace SourceXtractor {
42 auto min = boundaries.getMin();
43 auto max = boundaries.getMax();
54 max.m_x =
std::min(
max.m_x, detection_frame_images.getWidth() - 1);
55 max.m_y =
std::min(
max.m_y, detection_frame_images.getHeight() - 1);