third-order polynomial regression for the RGB components
Show older comments
please can someone help me to find "third-order polynomial regression for the RGB components"
Accepted Answer
More Answers (1)
Image Analyst
on 19 Jan 2015
1 vote
imresize() does that - bicubic interpolation. Is that an example that will work for you?
1 Comment
Image Analyst
on 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.
Categories
Find more on Polynomials in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!