OlegSudakov / minkowski-measures

1 stars 4 forks source link

DATA #1

Open ghostsyste opened 5 years ago

ghostsyste commented 5 years ago

Thank you for providing this project. But I have a question that what is the fomat of input data. Could you give an example for this?

OlegSudakov commented 5 years ago

Hello,

The _computefeatures function works with 3D binary numpy arrays, containing 0s and 1s. If I remember correctly, 0s correspond to pore voxels and 1s correspond to filled core voxels.

Please be aware that the functions are likely to contain bugs as I don't have the time to maintain the repo now. The general logic should follow the mentioned paper though.

Let me know if you have any other questions.

ghostsyste commented 5 years ago

Thank you. the compute_features function is right. And I use this to caculate the connectivity of the Berea sandstone. However I get an answer which is -436.0. I don't really understand this. Could you give me some advice about how to understand the Minkuwski function ?