mod_geo-tp/src/noise_removal.h

10 lines
113 B
C

#ifndef NOISE_REMOVAL_H
#define NOISE_REMOVAL_H
#include "my_mesh.h"
void remove_noise(MyMesh &mesh);
#endif