Boost logo

Boost :

From: Karl MacMillan (karlmac_at_[hidden])
Date: 2001-11-14 08:47:21


From a quick look at the documentation and examples for this library, it
looks very interesting! I would very much like to discuss generic image
processing as it is directly related to my current project to develop
optical music recognition software (http://mambo.peabody.jhu.edu/omr). I
have a rapidly growing set of generic image recognition algorithms, but it
would be nice to develop using a more complete library. Overall, your design
looks to be very well thought out and more extensively generalized while
mine is necessarily more application specific (it was designed from the
beginning to be used primarily through Python bindings made with
Boost.Python).

Before considering your library specifically, I would be interested in what
people think about how image processing algorithms could potentially relate
to the Matrix classes currently being worked on for boost. Also, it seems
that it would be helpful to develop a set of multi-dimensional iterator
categories analogous to the current STL categories to enable a more formal
separation of the storage of the containers and algorithms. I have looked
close enough to be certain, but it looks like your image containers would
not be ideal for my needs, but it would certainly be nice to make use of
some of the algorithms that you have. A more formal specification of the
container classes could make this simple.

Thanks,

Karl

Karl MacMillan
Computer Music Department
Peabody Institute of Johns Hopkins University
karlmac_at_[hidden] | 410-659-4440
mambo.peabody.jhu.edu/~karlmac

-----Original Message-----
From: koethe_at_[hidden]
[mailto:koethe_at_[hidden]]On Behalf Of Ullrich
Koethe
Sent: Tuesday, November 13, 2001 3:11 PM
To: boost_at_[hidden]
Subject: [boost] VIGRA - Image processing for boost

Hi,

as the maintainer of the VIGRA library, I'd like to submit VIGRA for
inclusion into boost. VIGRA stands for '(Computer) Vision with GeneRic
Algorithms'. It is the first library (AFAIK) that consequently applies
the principles of the STL to the field of image processing and analysis.
Please take a look at

     http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/

Features of VIGRA include:
* fully generic design
* extensive documentation
* liberal license
* templated image data structures, image transformations, filters etc.
* import/export of many image file formats (partly by using external
libraries such as libtiff and libjpeg)
* support for several color spaces
* image analysis functions (edge detection, connected components
labeling etc.)
* Python interface based on boost.python (not yet in the public
distribution)

Please let me know what you think.

Regards
Ulli

--
 ________________________________________________________________
|                                                                |
| Ullrich Koethe  Universität Hamburg / University of Hamburg    |
|                 FB Informatik / Dept. of Computer Science      |
|                 AB Kognitive Systeme / Cognitive Systems Group |
|                                                                |
| Phone: +49 (0)40 42883-2573                Vogt-Koelln-Str. 30 |
| Fax:   +49 (0)40 42883-2572                D - 22527 Hamburg   |
| Email: u.koethe_at_[hidden]               Germany             |
|        koethe_at_[hidden]                        |
| WWW:   http://kogs-www.informatik.uni-hamburg.de/~koethe/      |
|________________________________________________________________|
Info: http://www.boost.org  Unsubscribe:
<mailto:boost-unsubscribe_at_[hidden]>
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk