53 if (flag_image_acc.
getWidth() != detection_frame_info.getWidth() ||
54 flag_image_acc.
getHeight() != detection_frame_info.getHeight()) {
56 <<
"The flag image size does not match the detection image size: "
58 << detection_frame_info.getWidth() <<
"x" << detection_frame_info.getHeight();
63 pixel_flags.
push_back(flag_image_acc.getValue(coords.m_x, coords.m_y));