vishnu - MATLAB Central
photo

vishnu


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 01/12 to 03/25Use left and right arrows to move selectionFrom 01/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 質問
1 回答

ランク
210,340
of 297,805

評判
0

コントリビューション
9 質問
1 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,473

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,570

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Morton scanning ?
i am long days itslef looking for morton scanning . but i do not suceed to create morton matrix for an image ... here is som...

約13年 前 | 0 件の回答 | 0

0

回答

質問


morton scanning for image size of 256*256 .
i found out this as for 4*4 matrix from matlab central clc; clear all; close all ; n=2; ind=morton(n); a=reshape(1...

約13年 前 | 1 件の回答 | 0

1

回答

回答済み
Morton scanning ?
i found out this as for 4*4 matrix from matlab central clc; clear all; close all ; n=2; ind=morton(n); a=resh...

約13年 前 | 0

質問


Morton scanning ?
hi , i have to implement the morton scanning .. the idea is image is to be separated as block and it is to be applied...

約13年 前 | 1 件の回答 | 0

1

回答

質問


counting pixel of an image?
i have used the thresholding for image .. the command is length(find(abs(cw)<=50)); im(length(abs(cw)<=50))=0 ; (1...

約13年 前 | 2 件の回答 | 0

2

回答

質問


REGARDING THRESHOLDING
c=imread('caribou.tif') imshow(c); CW=wt2d(double(c),h,g,8); length(find(abs(CW)<=10)); ans= 47424 ...

約13年 前 | 1 件の回答 | 0

1

回答

質問


REGARDING IMAGE COMPRESSION .
I would like to know the image compression .. these are the my basic doubts which may be very basic .. but i can not make clear ...

約13年 前 | 1 件の回答 | 0

1

回答

質問


which wavelet transform for image compreesion yields better compression and better PSNR value?
i am studying about the wavelet transform . i would like to know that which wavelet TRANSFORM yields GOOD PSNR and BETTER COMPRE...

約13年 前 | 2 件の回答 | 0

2

回答

質問


HI to all.. this is about thresholding the image ..
i am doing with thresholding a image ,i have an image .. for examble 256*256 = 65536 co efficients .. out of that i want to s...

約13年 前 | 1 件の回答 | 0

1

回答

質問


Hi... a image is there .. how to select some particular amount non zero coefficients ?
for examble 2568256 ....i want to take (256*256)/4 coefficients .. is thresholding is the method for this .. if thresholding is ...

約13年 前 | 0 件の回答 | 0

0

回答