MeshLib
 
Loading...
Searching...
No Matches
MRVoxelGraphCut.h File Reference
#include "MRMeshFwd.h"
#include "MRProgressCallback.h"
#include "MRExpected.h"

Go to the source code of this file.

Namespaces

namespace  MR
 

Functions

MRMESH_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.