PANDORE Version 6 GREYC-IMAGE

plinearregression



Approximates image to flat background using linear regression.



Synopsis

plinearregression [im_in|-] [im_out|-]

Description

plinearregression converts an image content into a flat background image, using orthogonal linear regressions. This operator removes all sorts of uneven illumination with a gradually change of background color raising or falling from any part of a border to the opposite border. However, it cannot remove circular spotlight.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

More examples

See also

Surface Fitting

C++ Prototype

Errc PLinearRegression( const Img2duc &im_in, Img2duc &im_out );

Version française

Calcul de l'approximation du fond d'une image en utilisant la regression linéaire.


Author: Régis Clouard