geowatch.tasks.tracking.agg_functions module¶
aggregation functions for heatmaps
- geowatch.tasks.tracking.agg_functions.binary(heatmaps, norm_ord, morph_kernel, thresh, viz_dpath=None)[source]¶
- geowatch.tasks.tracking.agg_functions.rescaled_binary(heatmaps, norm_ord, morph_kernel, thresh, upper_quantile=0.999, viz_dpath=None)[source]¶
- geowatch.tasks.tracking.agg_functions.probs(heatmaps, norm_ord, morph_kernel, thresh, viz_dpath=None)[source]¶
- geowatch.tasks.tracking.agg_functions.rescaled_probs(heatmaps, norm_ord, morph_kernel, thresh, upper_quantile=0.999, viz_dpath=None)[source]¶