#include <ImLib3D/TestPatterns.hpp>
#include <ImLib3D/MorphologicalOperators.hpp>
Include dependency graph for TestPatterns.cpp:
Go to the source code of this file.
Namespaces | |
namespace | IP3D |
namespace | IP3D::ConeHelpers |
Functions | |
void | IP3D::Explode (const Size3D &size, const Vect3Df &C, Field3Df &ima) |
void | IP3D::Sphere (const Size3D &size, const Vect3Df &C, float r, Image3Df &ima) |
void | NoAA (Image3Df &ima, const Vect3Df &P0, const Vect3Df &P1, float r) |
void | IP3D::Cone (const Size3D &size, const Vect3Df &P0, const Vect3Df &P1, float r, Image3Df &ima, float ar) |
void | IP3D::NoiseUniform (const Size3D &size, Image3Df &ima, float v0, float v1) |
void | IP3D::NoiseGaussian (const Size3D &size, Image3Df &ima, float average, float variance) |
void | IP3D::Target (const Size3D &size, Image3Df &ima) |
void | IP3D::Bump (const Size3D &size, const Vect3Df ¢er, float height, float gsize, Image3Df &ima) |
void | IP3D::Ramp (const Size3D &size, int direction, float v0, float v1, Image3Df &res, int pos0, int pos1) |
void | IP3D::Parallellogram (const Size3D &size, const RectZone3Di &rect, Image3Df &ima) |
void | IP3D::RectangularGrid (const Size3D &size, const Size3D &masksize, Image3Df &ima, const Vect3Di *pP0) |
void | IP3D::ColoredGrid (const Size3D &size, const Size3D &masksize, Mask3D &ima, StructureElementType structure) |
Definition in file TestPatterns.cpp.