third-order polynomial regression for the RGB components
Ältere Kommentare anzeigen
please can someone help me to find "third-order polynomial regression for the RGB components"
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 19 Jan. 2015
1 Stimme
imresize() does that - bicubic interpolation. Is that an example that will work for you?
1 Kommentar
Image Analyst
am 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.
Kategorien
Mehr zu Polynomials finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!