how to enhance an image using bicubic interpolation
6 次查看(过去 30 天)
显示 更早的评论
I have to enhance an image using bicubic interpolation...Can u please help me which builin function i have to use...Thanks in advance
0 个评论
回答(2 个)
Matt J
2013-7-3
编辑:Matt J
2013-7-3
griddedInterpolant() or interp2() can do bicubic interpolation.
No idea how this could produce an enhanced image, however.
Image Analyst
2013-7-3
I don't see any reason why that would enhance an image. Did you perhaps really mean to the use word "resize" rather than "enhance"?
The built-in function that does bicubic interpolation is called imresize() and it's in the Image Processing Toolbox.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Filtering and Enhancement 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!