Hi,
In the texture lecture, we talk about using the discrete Fourier transform (DFT) to classify different textures. It is not clear to me what type of classifier is used in practice. The DFT returning a high dimensional signal. It is fairly straightforward to use a CNN for that task but how would "old-style" classifier deal with it ? Is the map simply flattened into a very long feature vector ?
Thanks in advance.