Regarding image processing, I noticed the following software which
includes class definitions at:
http://www.ph.tn.tudelft.nl/~klamer/cppima.html
Here is the page at the above URL ... might be worth taking a peek
at to see whether this would be suitable.
Regards,
Ken Gibbs
%I have made some software available. Feedback on the code is appreciated. Other software available is Clippoly, an algorithm to clip
%two polygons, and http_forward, a daemon to forward http requests.
%
%Cppima
%
%
%Cppima is a C++ library designed for image processing. A description is available, describing the library. Also is a gzipped tar file
%uuencoded version is available, containing the code as well as TexInfo style documentation. The library does not perform any image
%processing on its own; it only allows easy generation of image processing programs. It can be used in conjunction with different
%image processing systems, including ScilImage 1.3 and Khoros.
%
%Recently, code has been donated by Dean Brettle <brettle@picard.jmb.bah.com> to handle pgm style images.
%Also the library has been extended to handle RGB byte images.
%These changed are not yet incorporated in the standard distribution, but this should happen in the near future.