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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

