Thread: writing a gaussian blur filter

  1. #1
    Unregistered
    Guest

    Question writing a gaussian blur filter

    i'm trying to write a program that applies the filter effect gaussian blur to an imported bitmap in turbo c++ ide. not sure about how to go about doing this, but ive found several complicated algorithms related to this topic. (not sure how to implement those either) i've been informed that there are certain libraries that can be used to make life easier while writing such a program, and I was wondering if anyone knew what it was?

  2. #2
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    the libraries will depend on the compiler and os, but the concept of a gaussian blur is pretty simple to understand and implement. what specific parts are you having trouble with?
    hasafraggin shizigishin oppashigger...

  3. #3
    Unregistered
    Guest
    http://www.students.miami.edu/~rhartma1/gaus.cpp that's basically what i'm trying to do... but im not sure what the ascii and greypix does.

  4. #4
    Unregistered
    Guest
    and there's also this error for int pic[256][171] something about the array being too large.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 05-20-2008, 08:57 AM
  2. Replies: 1
    Last Post: 12-30-2007, 10:08 AM
  3. A little trouble implementing a blur filter
    By omishompi in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2006, 08:57 AM
  4. Folding@Home Cboard team?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 398
    Last Post: 10-11-2005, 08:44 AM
  5. help! fifo read problem
    By judoman in forum C Programming
    Replies: 1
    Last Post: 08-16-2004, 09:19 AM