2011/12/9 Stéfan van der Walt <stefan@sun.ac.za>
On Fri, Dec 9, 2011 at 12:42 PM, Tony Yu <tsyu80@gmail.com> wrote:
> It doesn't really make sense to add a separate thresholding module, so where
> should I put this thresholding function?

Another place it could fit is in the filter sub-module, since it is
just a per-pixel operation.

You also mentioned histogram equalisation, but that we may want to put
in an "exposure" module, along with things like dynamic range imaging
etc.

Stéfan

I like the idea of an "exposure" module, and it definitely has a clear meaning, unlike "levels".

Putting thresholding in filter is a little strange to me (for some reason). But if there's no other suggestions, I'm fine with it.

-Tony