how to enhance an image using bicubic interpolation
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Matt J
le 3 Juil 2013
Modifié(e) : Matt J
le 3 Juil 2013
griddedInterpolant() or interp2() can do bicubic interpolation.
No idea how this could produce an enhanced image, however.
Image Analyst
le 3 Juil 2013
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 commentaires
Voir également
Catégories
En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!