smoothening disparity
2 ビュー (過去 30 日間)
古いコメントを表示
i have a pixel disparity map.is there any filters or methods to smoothen my disparity so that i could get a better 3d from it?
2 件のコメント
Keta shah
2013 年 3 月 22 日
can you tell me how to get that disparity map..m working on the same project.
回答 (2 件)
Anand
2013 年 3 月 22 日
You might want to try some edge-preserving smoothing filters like anisotropic diffusion.
This link might be useful: http://www.mathworks.com/matlabcentral/fileexchange/14995-anisotropic-diffusion-perona-malik
You'd need to figure out what parameters work best for you.
If you're up for something more complicated you could try implementing the approach in this paper. It talks about leveraging the edges in the intensity image to guide anisotropic diffusion on the disparity map.
Good luck!
1 件のコメント
Keta shah
2013 年 3 月 24 日
second choice is working on my approach,but i don't know how to implement all those equation in matlab..can you tell me ,how i can implement that..?
Image Analyst
2012 年 1 月 28 日
Probably. Not sure what else to say, given what you've supplied.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!