MATLAB: Need source code for display frames of the results from video pieces in one axes only.. how can be looping

image processingImage Processing ToolboxMATLABprogramming

need source code for display frames of the results from video pieces in one axes only.. how can be looping??

Best Answer

If you use image() or imagesc() to display the images, then you can pass them the X and Y coordinates of the center of the lower left and upper right pixels. To display another image in the same axes, you would specify a different (X,Y) coordinate pair for the second image.
Related Question