1

Topic: Can't use Gauss filter

In "imageProcessor.cpp", when I change GAUSS _FILTER from 0 to 1, some error occurs, such like mpfit() was not declared, rangeChoice is not declared... I did see some similar variable names declared in "mpfit.h", shall I replace those variables to that in "imageProcessor.cpp"?

2

Re: Can't use Gauss filter

There is some code referencing the Gauss filter but it's disabled.  The center of mass/centroid algorithm is the only one that you should use.

- Uriah