mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4c3435ad12
A 3D Image Processing Framework
11 lines
611 B
Plaintext
11 lines
611 B
Plaintext
ImLib3D is an open source C++ library for 3D (volumetric) image processing. It
|
|
contains most basic image processing algorithms, and some more sophisticated
|
|
ones. It comes with an optional viewer that features multiplanar views,
|
|
animations, vector field views and 3D (OpenGL) multiplanar. All image
|
|
processing operators can be interactively called from the viewer as well as
|
|
from the UNIX command-line. ImLib3D's goal is to provide a standard and easy
|
|
to use platform for volumetric image processing research. Focus has been put
|
|
on simplicity for the end-user or developer.
|
|
|
|
WWW: http://imlib3d.sourceforge.net/
|