フィルターのクリア

ia m trying to zigzagscan lena image am not getting its inverse

1 回表示 (過去 30 日間)
juveria fatima
juveria fatima 2018 年 4 月 2 日
コメント済み: juveria fatima 2018 年 4 月 2 日
i am using this code
https://in.mathworks.com/matlabcentral/fileexchange/15317-zigzag-scan
am not getting the exact inverse
A= imread('lena1.jpg');
in= A(:,:,1);
output_zigzag = zigzag(in);
vmax = size(in, 1);
hmax = size(in, 2);
output_izigzag = uint8(izigzag(in, vmax, hmax));
please help me out in getting the zigzag inverse
  1 件のコメント
juveria fatima
juveria fatima 2018 年 4 月 2 日
oh sorry i got it ,,,i was giving wrong input

サインインしてコメントする。

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by