Developer documentation
Version 3.0.3-105-gd3941f44
MR::Surface::Algo Namespace Reference

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 > &)
 

Function Documentation

◆ image2mesh_blocky()

template<class ImageType >
void MR::Surface::Algo::image2mesh_blocky ( const ImageType &  input_image,
Mesh out 
)

Definition at line 44 of file image2mesh.h.

◆ image2mesh_mc()

template<class ImageType >
void MR::Surface::Algo::image2mesh_mc ( const ImageType &  input_image,
Mesh out,
const default_type  threshold 
)

Definition at line 148 of file image2mesh.h.

◆ mesh2image()

void MR::Surface::Algo::mesh2image ( const Mesh ,
Image< float > &   
)