Namespaces

  • namespace spice Contains the entire public interface of the library.
    • namespace convolve Groups various convolution methods together.
    • namespace function Contains implementations of commonly used mathematical functions.
    • namespace helpers This namespace contains utility functionality like adapters between interfaces.
    • namespace print This namespace exports utilities to print some of spice's types to the console.
    • namespace statistics This namespace exports a number of functions for calculating statistics on images.
    • namespace threshold Includes functions for determining thresholds as well as segmenting images according to a pre-determined threshold.
  • namespace std STL namespace.