Search:

Type: Posts; User: Mickey2315

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    3,769

    Re: Saving an image file (PGM format)

    Thank you, I figured it out. I specialize in making programming harder than it actually is.
  2. Replies
    3
    Views
    3,769

    Saving an image file (PGM format)

    Hello,

    I've written a program that loads a .pgm file, processes it through a median filter, and displays it via GUI.

    I'm trying to write a saveImage() method that will save the file with a...
  3. Replies
    2
    Views
    1,681

    Re: Need help starting a program

    Thanks, that should help.
  4. Replies
    2
    Views
    1,681

    Need help starting a program

    Hey everybody,

    This program was assigned in my Data Structures & Algorithms class. The basic idea is to use median filtering to filter out noise in a .pgn file. Unfortunately, I don't understand A...
Results 1 to 4 of 4