start implementing elbéldtnaliuetslntaé,tad,,,uae
This commit is contained in:
parent
fc4bd15ba6
commit
3035ffacb8
@ -36,7 +36,9 @@ target_sources(${PROJECT_NAME} PRIVATE
|
||||
src/hole_filling.cpp
|
||||
src/hole_filling.h
|
||||
src/double_input.cpp
|
||||
src/double_input.h)
|
||||
src/double_input.h
|
||||
src/noise_removal.cpp
|
||||
src/noise_removal.h)
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE
|
||||
Qt5::Core Qt5::Gui Qt5::Widgets
|
||||
OpenMeshCore
|
||||
|
8
src/noise_removal.cpp
Normal file
8
src/noise_removal.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "noise_removal.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
void remove_noise(MyMesh &mesh) {
|
||||
auto connected_components = find_connected_components(mesh);
|
||||
|
||||
}
|
10
src/noise_removal.h
Normal file
10
src/noise_removal.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef NOISE_REMOVAL_H
|
||||
#define NOISE_REMOVAL_H
|
||||
|
||||
#include "my_mesh.h"
|
||||
|
||||
|
||||
void remove_noise(MyMesh &mesh);
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user