MATLAB: I have divide an image into left half and right half.i want to combine this left half and right half into a single original image. Please help me to write the code

combine an imagestitch

I have divide an image into left half and right half.i want to combine this left half and right half into a single original image. Please help me to write the code.

Best Answer

fullImage = [leftHalf, rightHalf];