How to use the hydrafloods.thresholding.bmaxOtsu function in hydrafloods

To help you get started, we’ve selected a few hydrafloods examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Servir-Mekong / hydra-floods / hydrafloods / collection.py View on Github external
def waterMap(self, target_date, **kwargs):
        mapResult = thresholding.bmaxOtsu(
            self.collection, target_date, self.region, **kwargs)

        return mapResult
github Servir-Mekong / hydra-floods / hydrafloods / collection.py View on Github external
def waterMap(self, target_date, **kwargs):
        mapResult = thresholding.bmaxOtsu(
            self.collection, target_date, self.region, **kwargs)

        return mapResult