eryk-poradecki / image_processing_2023

0 stars 0 forks source link

Task 4 #53

Open eryk-poradecki opened 9 months ago

eryk-poradecki commented 9 months ago

Implement slow and fast discrete normal and inverse Fourier transform. During the implementation of fast variant the number of arithmetic operations as well as the amount of the needed memory should be minimized: (@rostekus)

In all the variants the special attention should be paid to implementation efficiency (reduction of needed memory, reduction of execution time).