Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15604

Re: Image Thinning using JAVA

From "John B. Matthews" <nospam@nospam.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: Image Thinning using JAVA
Date 2012-06-26 14:39 -0400
Organization The Wasteland
Message-ID <nospam-D9C64E.14394326062012@news.aioe.org> (permalink)
References <csqdnUsK6PaldXTSnZ2dnUVZ_vednZ2d@giganews.com>

Show all headers | View raw


In article <csqdnUsK6PaldXTSnZ2dnUVZ_vednZ2d@giganews.com>,
 sumera <kanwal.sumera@yahoo.com> wrote:

> I have written some code in java to convert a colored image into 
> black and white image and then tried to perform thinning on that 
> gray-scale image. Black and white conversion is done successfully, 
> but image thinning is still not giving correct output. Kindly help me 
> in fixing my problem. My code is as follows:

AffineTransformOp works well for scaling an image, as it allows control 
over the interpolation type. There's an example here:

<https://sites.google.com/site/trashgod/scaled>

-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Image Thinning using JAVA sumera <kanwal.sumera@yahoo.com> - 2012-06-26 11:50 -0500
  Re: Image Thinning using JAVA markspace <-@.> - 2012-06-26 10:21 -0700
  Re: Image Thinning using JAVA "John B. Matthews" <nospam@nospam.invalid> - 2012-06-26 14:39 -0400
  Re: Image Thinning using JAVA Knute Johnson <nospam@knutejohnson.com> - 2012-06-26 14:26 -0700
    Re: Image Thinning using JAVA "John B. Matthews" <nospam@nospam.invalid> - 2012-06-26 23:15 -0400
      Re: Image Thinning using JAVA Knute Johnson <nospam@knutejohnson.com> - 2012-06-26 22:04 -0700
        Re: Image Thinning using JAVA "John B. Matthews" <nospam@nospam.invalid> - 2012-06-27 21:35 -0400
  Re: Image Thinning using JAVA Roedy Green <see_website@mindprod.com.invalid> - 2012-06-27 07:01 -0700

csiph-web