Feeds
提问
Below is the struct of my compressed image, I want to store value of bytes into a variable so that I can calculate the compression ratio but I cant find any function to do so
a = whos('jpeg2k_exq') a = struct with fields: name: 'jpeg2k_exq' size: [1 1] bytes: ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How do I fix "Unrecognized function or variable" error?
Here is a part of code for fractal image compression and I am getting "Unrecognized function or variable 'create_transform'" err...
4 years 前 | 0 个回答 | 0
0
个回答提问
I want to partition an image into 8x8 ranges(non-overlapping) and 16x16 domain (overlapping) blocks. I have used the code mentioned below for 8x8 ranges(non-overlapping). I'm not sure if I can use mat2cell for creating 16x16 domain blocks.
clc; % Read Image A = imread('football.jpg'); B = imfinfo('football.jpg'); [r1, c1, depth] = size(A); imshow(A) ...
5 years 前 | 1 个回答 | 0

