Scrambling image (hb_imageScramble.m​)

Versión 1.0.0 (1,88 KB) por HioBeen Han
This matlab function scrambles the input image matrix with N by N mosaics.
337 descargas
Actualizado 6 mar 2019

Ver licencia

MATLAB IMAGE SCRAMBLE (IMAGE SCRAMBLING) function
This matlab function scrambles the input image matrix with N by N mosaics.
function [resultImage] = hb_imageScramble(inputImage, nSection, showOption)
Example
>> img = imread('football.jpg'); % Load any image
>> showOption = true;
>> img_scrambled = hb_imageScramble( img, 5, showOption ); % 5 by 5 scrambling

Citar como

Hio-Been Han (2019). Scrambling image (hb_imageScramble.m) (https://www.mathworks.com/matlabcentral/fileexchange/<...>), MATLAB Central File Exchange. Retrieved March 6, 2019.

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0