統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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

