Re: Anti-Aliasing / How to reconstruct a zoomed image



Hi Erasmo,

There are several open source image manipulation libraries. ImageMagick
(www.imagemagick.org) and its clone GraphicsMagick
(www.graphicsmagick.org) are widely known. Both are highly portable and
supported in several programing languages.

Check the available resizing algorithms here:
http://www.imagemagick.org/api/magick-image.php#MagickCommentImage

Note that most graphics libraries (including the above mentioned) are
designed for computer graphics and publishing applications, not for
medical imaging. So, they are aiming at 'visual enhancment' of an image
rather than 'correctness'. Some algorithms may add incorrect details,
like halos, which may lead to incorrect diagnostic. You should have
experienced radiologist extensively test the chosen algorithm with
different studies before it is used in actual diagnostic.

Another note is that you also should use good algorithm for
downsampling too (zoom out) as it greatly enhances the small image (in
contrast to removing rows and columns).

These libraries may also have several important functions for your
application, like importing and exporting other image formats, changing
'Levels' ('Window' in medical terminology).

Hope this helps,

Mohammad Alhashash

.



Relevant Pages

  • Re: very fast graphics library
    ... As the graphics is handled by SDL probably any other approach built on top of this library will give similar results. ... The reda4 language seems to be hard to read intuitively, but part of the difficulties are probably caused by usage of non-english words. ... From all of this I can't see the actual motivation behind the project as there are myriads of advanced fast graphics libraries around to choose from. ...
    (comp.graphics.algorithms)
  • Re: LISP vs HASKELL vs PROLOG
    ... the Qt calls to accelerated calls to an attached graphics chip. ... which is integrated in Qt and which has access to all GUI ... with respect to the exact versions on all libraries on my machine so they ... barriers to commercial software on Linux. ...
    (comp.lang.lisp)
  • graphics libraries and php
    ... I use libgd to make some graphics. ... Anybody knows other graphics libraries, well integrated with PHP, with ... Fast for simple transformations lossless rotations, cropping, etc, ... Integrate simples photos functions: contrast, white balance, ...
    (comp.lang.php)
  • Re: Curses vs. SDL
    ... The graphics are in acsii. ... I started to write the display routines with curses, but now I've realized that I'd like to be able to use slightly modified characters, and possibly implement a zoom function. ... SDL seems like the obvious choice, ... Are there any other worthwhile libraries that I should consider? ...
    (rec.games.roguelike.development)
  • Re: Malcolms new book
    ... The book, Basic Algorithms, describes many of the fundamental algorithms ... with a bias towards graphics. ... I didn't like the arbitrary termination conditions ...
    (comp.lang.c)

Loading