フィルターのクリア

Can I enhancement the Image by using window (any window)?

2 ビュー (過去 30 日間)
Mary Jon
Mary Jon 2014 年 12 月 3 日
コメント済み: Image Analyst 2014 年 12 月 5 日
Hi all....
my Question is how can do Kaiser window on matrix of 128 by 128 by 128 ?
thanx
  2 件のコメント
Image Analyst
Image Analyst 2014 年 12 月 5 日
Never heard of his window. What is it? Why is it a cube? How does the cube operate on 2D gray scale images? Or does it work on volumetric images like from CT or MRI?
Mary Jon
Mary Jon 2014 年 12 月 5 日
Hi all....
yes I am work on volumetric images like from CT of Dim (128,128,128),How can apply window on this Image (Hanning , Hamming or Kaiser)

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

回答 (1 件)

Image Analyst
Image Analyst 2014 年 12 月 5 日
Oh, the image is a cube, not the filter . Or is the filter a cube also? If so, can't you just multiply
out = array3D .* filter3D;
  2 件のコメント
Mary Jon
Mary Jon 2014 年 12 月 5 日
Hi all... you mean if the filter that I used 3-dimension, I can't used window ?? ok suppose the Image &filter 2D, How can I applied window on Image?
and where the window in your code
thanx
Image Analyst
Image Analyst 2014 年 12 月 5 日
I did not say you couldn't do it, in fact I showed you a way and asked why you didn't do that (because it seemed so obvious). I think you could unless you left something out or I overlooked something. I think if you read this it might help http://en.wikipedia.org/wiki/Window_function

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

カテゴリ

Help Center および File ExchangeWindows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by