Functions | |
template<class ImageType > | |
void | image2mesh_blocky (const ImageType &input_image, Mesh &out) |
template<class ImageType > | |
void | image2mesh_mc (const ImageType &input_image, Mesh &out, const default_type threshold) |
void | mesh2image (const Mesh &, Image< float > &) |
void MR::Surface::Algo::image2mesh_blocky | ( | const ImageType & | input_image, |
Mesh & | out | ||
) |
Definition at line 44 of file image2mesh.h.
void MR::Surface::Algo::image2mesh_mc | ( | const ImageType & | input_image, |
Mesh & | out, | ||
const default_type | threshold | ||
) |
Definition at line 148 of file image2mesh.h.