1 | initial version |
Basically, the standard pixtureboxes do not support the Mat datatype and thus do not let you visualize the images directly. There are two things you could do:
If you do not want a workaround, call a namedWindow when you want to visualize everything, and perform an imshow() function on that namedWindow.