Go to the documentation of this file.
21 #ifndef mia_3d_distance_hh
22 #define mia_3d_distance_hh
73 void push_slice(
int z,
const C2DImage& slice);
80 float get_distance_at(
const C3DFVector& p)
const;
87 C2DFImage get_distance_slice(
int z)
const;
89 struct C3DDistanceImpl *impl;
The generic base type of a 3D image.
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
This is the base class for 2D images that can hold generic pixel data.
#define NS_MIA_END
conveniance define to end the mia namespace
Specific type of the 3D images that hold real pixel data.
helper class to derive from for data that can be loaded and stored to a disk.
3D distance transform for high resolution data
C3DFImage EXPORT_3D distance_transform(const C3DImage &f)