third-order polynomial regression for the RGB components
Afficher commentaires plus anciens
please can someone help me to find "third-order polynomial regression for the RGB components"
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 19 Jan 2015
1 vote
imresize() does that - bicubic interpolation. Is that an example that will work for you?
1 commentaire
Image Analyst
le 19 Jan 2015
I also have a background correction that does it. It uses John D'Errico's polyfitn with an order of 4 but you can change it to 3 if you want:
polynomialOrder = 3;
Look for the line above in the code.
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!