User @Paul_R wrote that you need to zeropad an image of 1920*1080 = 2^20,984
to 2048*2048 = 2^22 when using the Cooley-Tukey FFT?
Why don't we just zeropad it to 2^21=2048*1024?
User @Paul_R wrote that you need to zeropad an image of 1920*1080 = 2^20,984
to 2048*2048 = 2^22 when using the Cooley-Tukey FFT?
Why don't we just zeropad it to 2^21=2048*1024?
Because changing $1080$ to $1024$ is truncating your data, throwing away 56 of the columns.