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

Perform Thresholding for LandSat-8 Images #14

Open
1 task
Chintan2108 opened this issue Nov 16, 2020 · 0 comments
Open
1 task

Perform Thresholding for LandSat-8 Images #14

Chintan2108 opened this issue Nov 16, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request SLoP-75 SLoP Level 3 Issue

Comments

@Chintan2108
Copy link
Owner

Chintan2108 commented Nov 16, 2020

  • Right now, a simple band math formula has been applied to the input image.

  • This outputs a grayscale image - the pixels having higher probability of having the feature of interest have a high value (0-255) and hence appear towards the brighter side.

  • Perform thresholding, decide a threshold value, in order to convert the output grayscale image into a binary feature map

  • Use data available as a part of PR added Landsat 8 NDWI indices notebook #9

  • For eg: If the threshold is decided as 200, then modify the output image such that all pixels having values greater than or equal to 200 will now have a value of 1, and other pixels will have a value of 0. This will result in a binary image, in which the bright pixels would represent features.

@Chintan2108 Chintan2108 added enhancement New feature or request SLoP-75 SLoP Level 3 Issue labels Nov 16, 2020
@desaimihir12 desaimihir12 self-assigned this Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SLoP-75 SLoP Level 3 Issue
Projects
None yet
Development

No branches or pull requests

2 participants