Package

toolkit

filtering

Permalink

package filtering

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. filtering
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class GaussianPyramid extends AnyRef

    Permalink

    Gaussian pyramid for an input image stream.

  2. trait MatlabFunctions extends AnyRef

    Permalink

    Implements a few Matlab functions to make it easier to translate Matlab code to Cog.

  3. class PolynomialExpansion extends AnyRef

    Permalink

    Implements a polynomial filter bank.

    Implements a polynomial filter bank.

    The "input" scalar field is projected locally onto a 2nd-order polynomial approximation, represented by a matrix field + vector field + scalar field. The basis set consists of the following 2-dimensional functions: 1, x, y, x*x, x*y, y*y.

    Note that this filter bank introduces no delay.

    This is from Gunnar Farneback's dissertation.

    Annotations
    @deprecated
    Deprecated

    use libcog.filters.spatial.QuadraticExpansion.apply() instead

Value Members

  1. object ContrastNormalize

    Permalink

  2. object DomainTransformFilter extends FloatMath

    Permalink

    Implements the normalized convolution version of the "domain transform" filter.

    Implements the normalized convolution version of the "domain transform" filter. This filter is "edge-aware" and able to filter without blurring edges. For a complete description, see "Domain transform for edge-aware image and video processing," Gastal and Oliveira, 2011.

  3. object GaussianPyramid

    Permalink

    Function object for creating a Gaussian pyramid.

  4. object PeriodicFFT extends libcog.Logarithm with FloatMath

    Permalink

    Implements Moisan's periodic FFT.

    Implements Moisan's periodic FFT. This is modeled on Peter Kovesi's Matlab implementation of the algorithm. See the paper "Periodic plus Smooth Image Decomposition," Journal of Mathematical Imaging and Vision, vol 39:2, pp. 161-179, 2011.

    The input is an image that is suitable for the FFT (number of rows and columns are powers of 2). The output is the FFT of the "periodic" component of the input image with border effects suppressed.

    NOTE: This could be sped up by writing a GPU kernel for computeBoundaryImage.

  5. object TestMatlabFunctions extends MatlabFunctions

    Permalink

    Test code for MatlabFunctions

  6. package contourlets

    Permalink
  7. package frequency

    Permalink
  8. package morphology

    Permalink
  9. package spatial

    Permalink
  10. package steerablepyramid

    Permalink
  11. package wavelets

    Permalink
  12. package whitening

    Permalink

Deprecated Value Members

  1. object PolynomialExpansion

    Permalink

    Local polynomial expansion of a scalar field.

    Local polynomial expansion of a scalar field.

    Annotations
    @deprecated
    Deprecated

    use libcog.filters.spatial.QuadraticExpansion.apply() instead

Inherited from AnyRef

Inherited from Any

Ungrouped