DynaSlum / SatelliteImaging

The software for WP1: SatelliteImaging
Apache License 2.0
3 stars 1 forks source link

Compare segmentation to ground truth #40

Closed elboyran closed 7 years ago

elboyran commented 7 years ago
elboyran commented 7 years ago

For implementing majority filter perhaps this will work: fun = @(block_struct) mode(block_struct.data(:)) * ones(size(block_struct.data)); output_matrix = blockproc(input_matrix,[<size_x> <size_y>],fun);

elboyran commented 7 years ago

See JaccardIndexBinaryMasks notebook