DFT coordinate system

asked 2015-10-26 08:12:26 -0600

saame gravatar image

In the implementation of DFT(for 2D) in opencv what coordinate system they use(Cartesian coordinate system or 2D array like coordinate system)?

(-1, 1)(0, 1)(1, 1)
(-1, 0)(0, 0)(1, 0)
(-1,-1)(0,-1)(1,-1)

(0,0)(0,1)(0,2)
(1,0)(0,1)(0,2)
(2,0)(0,1)(0,2)

edit retag flag offensive close merge delete