hifexplo / hylite

An open-source toolbox for spectral geology
MIT License
39 stars 9 forks source link

segmentation #6

Closed aloboa closed 2 years ago

aloboa commented 2 years ago

https://hylite.readthedocs.io/en/latest/hylite.filter.html lists Segmentation among the hylite.filter processing options, but there is no further documentation. Where could I find this info and try out this tool?

samthiele commented 2 years ago

Hi Aloboa,

This documentation website is well out of date now (sorry!) ... I will fix this hopefully soon.

In the meantime, you can find the descriptions for all of the segmentation functions in hylite in the source code here:

https://github.com/hifexplo/hylite/blob/master/hylite/filter/segment.py

Some examples of using grab-cut to segment blocks (to generate a spectral library) can also be found in this notebook: https://github.com/samthiele/hylite_demo2/blob/master/04_Spectral_libraries.ipynb

Cheers, Sam