Scrambling image (hb_imageScramble.m​)

版本 1.0.0 (1.9 KB) 作者: HioBeen Han
This matlab function scrambles the input image matrix with N by N mosaics.
345.0 次下载
更新时间 2019/3/6

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2018b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0