Thread: image thinning

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    6

    image thinning

    hello!i'm having a problem on image thinning(bitmap).There was errors on the programme that i have tried before.Any new ideas and simpler ideas around?

  2. #2
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    i'm having a problem on image thinning(bitmap)
    Describe this problem.

    There was errors on the programme that i have tried before.
    Describe these errors.

    Any new ideas and simpler ideas around?
    You haven't mentioned anything yet, so we cannot give you "new" ideas or anything "simpler".

    Post any relevant code, and the errors you're receiving.
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    6

    reply

    Here is the programme that i have found recently.It is called as Rosenfeld's parallel thinning algorithm.Can it be impelemented in C++ Builder?There's an attachment here.Hope it can be opened.I'm using C++ Builder.

  4. #4
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    You need to post more code, what you posted is merely the application entry point, nothing more.

    Do you yourself know how image thinning works? If not, read up first and then come back. The code you have must have documentation somewhere. Read it.

    Are you actually receiving any errors from the compiler, or during runtime? Post them (and all the code too).
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  5. #5
    Registered User
    Join Date
    Nov 2003
    Posts
    6

    Smile image thinning

    Here is another thinning programme that i had tried.There's no error found but there's no effect at the output(dua.dat file).Satu.dat file is the input file consists of the original data of the image.This programme was taken from the website.Thank you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  3. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  4. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  5. Image Thinning
    By Colin in forum C++ Programming
    Replies: 3
    Last Post: 02-10-2003, 10:38 AM