FeatureNet icon indicating copy to clipboard operation
FeatureNet copied to clipboard

Decomposition and Segmentation

Open ghost opened this issue 5 years ago • 3 comments

Hi,

First of all, great work & thanks for sharing your source code.

I was going through the code & i noticed there are files missing from overlapping folder which I believe does the decomposition and overlapping for a cad model with multiple features. I tried connected component labelling from scikit-image library but could decompose the voxelized models. I may be missing some steps.

Can you please guide me towards the correct way for decomposition and segmentation?

ghost avatar May 14 '19 10:05 ghost

@zibozzb I would like to try this on my model too. I really need these files for decomposition and segmentation. Please upload them. Thanks. Someone asked about this before but already close the issue #2

opensourcer2 avatar Oct 30 '19 05:10 opensourcer2

@opensourcer2 I figured it out but forgot to mention here.

You can actually use scikit-image or scipy for connected component labelling and watershed algorithms from scikit-image (as rightly mentioned in the paper). You just have to play with the parameters a bit.

ghost avatar Oct 31 '19 05:10 ghost

@opensourcer2 I figured it out but forgot to mention here.

You can actually use scikit-image or scipy for connected component labelling and watershed algorithms from scikit-image (as rightly mentioned in the paper). You just have to play with the parameters a bit.

Ok. Thanks. I will give it a try.

opensourcer2 avatar Oct 31 '19 20:10 opensourcer2