Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SAR texture measures based on co-occurence matrices #1116

Open
gilbertocamara opened this issue May 1, 2024 · 3 comments
Open

Comments

@gilbertocamara
Copy link
Contributor

Describe the new API function requested
Reccent papers on deforestation alerts, as for example "How textural features can improve SAR-based tropical forest disturbance mapping" indicate that some of the Haralick texture metrics based on co-occurence matrix can improve their accuracy.

For this reason, we should consider a new function sits_sar_texture() that implements the texture measures described in Table 2 of the above paper.

Associated sits API function
sits_sar_texture(cube, measure, output_dir, multicores, memzise) where:
cube is a SAR image data cube and measure is one of grey-level co-occurence matrices (GLCM) metrics.

@Nowosad
Copy link

Nowosad commented May 18, 2024

@gilbertocamara you may be interested in https://github.com/ailich/GLCMTextures by @ailich

@gilbertocamara
Copy link
Contributor Author

Hi @Nowosad many thanks for the very useful tip!

@Nowosad
Copy link

Nowosad commented May 19, 2024

@gilbertocamara you are welcome.
I think it would be great to have one high quality and comprehensive package for GLCM textures than a few ones only having some measures...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
sits-management
Awaiting triage
Development

No branches or pull requests

3 participants