Skip to content

A python addon for mesh segmentation in blender using spectral clustering methods

Notifications You must be signed in to change notification settings

mjacobse/mesh_segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

mesh_segmentation

A simple python addon for blender using spectral clustering to segment meshes. Uses numpy and scipy for matrix calculations. Developed as a project for the spectral-clustering course of University Bremen. Based on the paper "Segmentation of 3D Meshes through Spectral Clustering" by Rong Liu and Hao Zhang.

Usage

  • Install numpy and scipy. On Windows you will have to move the numpy and scipy folders to "YOUR_BLENDER_PATH/python/lib/site_packages" or "YOUR_BLENDER_PATH/python/scripts/modules"
  • Put the "mesh_segmentation" folder inside of "src" to "YOUR_BLENDER_PATH/python/scripts/addons"
  • Run Blender, go to "User Preferences -> Addons" and search for "mesh segmentation"
  • Activate the plugin by ticking the box at the right.

Now you can select an object in the 3D viewport, hit spacebar and search for "Segment Mesh". Clicking on that entry shows the addon in a popup.

Hand

You can find more examples in the example-results folder.

About

A python addon for mesh segmentation in blender using spectral clustering methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%