Skip to content

tuannt8/mesh-segmentation

Repository files navigation

2D image segmentation with triangle mesh

demo

Run

dsc_seg hamster.txt

Build note

The project contains some submodules, so clone the project with

git clone --recurse-submodules https://github.com/tuannt8/mesh-segmentation

Dependencies: libpng, OpenGL, and Glut

Comment out the PyGEL in GEL/CMakeLists.txt as we dont need it

include_directories(./src)
aux_source_directory(./src/PyGEL PYG_SRC_LIST)
add_library(PyGEL SHARED ${PYG_SRC_LIST})
target_link_libraries(PyGEL GEL glfw ${OPENGL_glu_LIBRARY} ${GLFW_LIBRARIES})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •