#include <ImLib3D/Transformation.hpp>
#include <ImLib3D/VisualizationAids.hxx>
Include dependency graph for VisualizationAids.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | IP3D |
Functions | |
void | TransformRectangularGrid (Image3Df &image, const Field3Df &field, const Size3D masksize, bool bAverageField=true) |
template<class ImageType> | |
void | AnimateField (const ImageType &imSrc, const Field3Df &field, Image3DSet< ImageType > &resImages, int nSteps=5) |
<long description=""> Contains classes for aiding at visualizing complex images, structures, fields etc.
See AUTHORS and COPYING files for more information
Definition in file VisualizationAids.hpp.
|
#&TransformRectangularGrid&# Forward transformation of a rectangular grid. Grid points are forward transformed and lines are drawn between them. It takes quite some time... |
|
#&AnimateField&# Apply a field weighted by linear weight factors to an image. No long description |