@Anthony: I understand that we are discussing things at the level of
analogies and heuristics.
So, here is a heuristic comment:
About linearity:
http://en.wikipedia.org/wiki/Linearity.
As soon as you have a non-infinite gamut in your colour space, nominally linear
filters (esp. those with negative over or undershoots) are not linear
anymore, meaning that
filter(a*image1+b*image2)
is not always equal to
a*filter(image1)+b*filter(image2).
The reason for this is that clipping is a nonlinear
operation, and clipping has to be applied sooner or later to "fit" the
result into the target colourspace.
The results are actually the same provided that clipping is always
performed at the last possible minute AND a*image1+b*image2 is
within gamut at every pixel. Even if a=1 and b=0, this last
condition does not generally hold if there are negative
coefficients. So, esp. near the limits of the gamut, linearity
assumptions are pretty much out the window with negative lobe
filters. This goes for physical and perceptual linearity.
So, I don't see nonlinearity as a good reason NOT to sigmoidize.
Because nonlinearity has entered through the back door as soon
as a colour space with a limited gamut is used.
One could say that I am fighting back door nonlinearity with
sigmoidization.
-----
This is not the first time that someone tries to use
nonlinearity to prevent or minimize under- and overshoots:
Ken Brodlie, Petros Mashwama and Sohail Butt: Visualization of surface
data to preserve positivity and other simple constraints. Computer &
Graphics, Vol. 19, Number 4, pages 585-594, 1995. DOI:
10.1016/0097-8493(95)00036-C.
http://forum.doom9.org/archive/index.php/t-145358.html
http://git.gnome.org/browse/gegl/tree/g ... r-lohalo.c
http://arxiv.org/abs/1204.4734
It's just AFAIK the first time that someone tries to do this
by building a custom colour space.
-----
Of course, none of the above has anything to say RE: whether sigmoidization is
a good thing.
And I would guess that the odds that filtering through a standard nonlinear
colourspace with a luminance or luma channel, or of sigmoidizing through such
a channel, being better, at 50/50.