Can I enhancement the Image by using window (any window)?
3 次查看(过去 30 天)
显示 更早的评论
Hi all....
my Question is how can do Kaiser window on matrix of 128 by 128 by 128 ?
thanx
2 个评论
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?
回答(1 个)
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 个评论
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 Exchange 中查找有关 Windows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!