Community Profile

photo

Saeed


Last seen: 21 dagen ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Why my code calculates values for image statistics, which are far greater or less than the standard ones? Both for encrypted and decrypted images.
clc, clear all, close all % Read image in different formats (JPG, PNG, TIFF) %imageFormats = {'jpg', 'png', 'tif'}; imageForm...

11 maanden ago | 1 answer | 0

1

answer

Question


My MATLAB code is showing blank plots instead of encrypted and decrypted images. Why? [Help]
clc, clear all, close all % Load the image originalImage = imread('input_image.jpg'); % Convert the image to grayscale if i...

12 maanden ago | 1 answer | 0

1

answer