how to create corrupted Image with 25% Isolated Block Loss

2 visualizaciones (últimos 30 días)
BONI SAHITHI
BONI SAHITHI el 27 de Feb. de 2017
Respondida: Walter Roberson el 27 de Feb. de 2017
how to create gaps in images like the below image

Respuestas (1)

Walter Roberson
Walter Roberson el 27 de Feb. de 2017
Take advantage of
block_struct.location: A two-element vector, [row col], that specifies the position of the first pixel (minimum-row, minimum-column) of the block data in the input image.
to decide whether the given block is one of the blocks to return 0's for instead of the data for the block.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by