MeshLib
 
Loading...
Searching...
No Matches
MRVoxelGraphCut.h File Reference

Go to the source code of this file.

Namespaces

namespace  MR
 

Functions

MRVOXELS_API Expected< VoxelBitSet > MR::segmentVolumeByGraphCut (const SimpleVolume &densityVolume, float k, const VoxelBitSet &sourceSeeds, const VoxelBitSet &sinkSeeds, ProgressCallback cb={})
 Segment voxels of given volume on two sets using graph-cut, returning source set.