reset password
Author Message
jgarc629
Posts: 76
Posted 03:18 Apr 23, 2020 |

When we are resizing the image in E1, will the resized image be the outImage or will the resized image replace inpImg before being encoded?

yzhao52
Posts: 32
Posted 11:48 Apr 23, 2020 |

The resized (actually padded) images will be used in the following encoding steps of E2/E3/E4. The very original (unpadded) image is not being processed.

At the decoder side, steps D1/D2/D3 work in this padded resolution and D4 shall remove the padding and recover to original resolution when creating output image of task 2.