Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,763

    Re: Image Processing in Java

    So why not set the imaginary parts to 0?

    You can scale an image by using a BufferedImage, then using an affine transformation. See: java - How to scale a BufferedImage - Stack Overflow
  2. Replies
    6
    Views
    2,763

    Re: Image Processing in Java

    Have you tried googling for it? There are libraries available which perform FFT already (most notably, FFTW which has Java wrappers).
Results 1 to 2 of 2