41 "pixel_boundaries_min_x",
43 return prop.getMin().m_x;
46 "Minimum x-coordinate of the detection area"
50 "pixel_boundaries_min_y",
52 return prop.getMin().m_y;
55 "Minimum y-coordinate of the detection area"
59 "pixel_boundaries_max_x",
61 return prop.getMax().m_x;
64 "Maximum x-coordinate of the detection area"
68 "pixel_boundaries_max_y",
70 return prop.getMax().m_y;
73 "Maximum y-coordinate of the detection area"