Packages

p

ij_plugins

debayer2sx

package debayer2sx

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. debayer2sx
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package debayer1
  2. package process

Type Members

  1. case class DeBayer2Config(mosaicOrder: MosaicOrder = MosaicOrder.R_G, demosaicing: Demosaicing = Demosaicing.DDFAPD) extends Product with Serializable
  2. class Debayer1 extends AnyRef

    Refactored from ImageJ plugin, Debayer_Image, provided by Jennifer West from University of Manitoba in 2006.

    Refactored from ImageJ plugin, Debayer_Image, provided by Jennifer West from University of Manitoba in 2006. http://umanitoba.ca/faculties/science/astronomy/jwest/plugins.html

    Converted to be used as a library rather than a plugin.

    Annotations
    @SuppressWarnings()

Value Members

  1. def debayerCopyGR(bay: ByteProcessor): ColorProcessor

    The trivial reconstruction algorithm that simply copies values to corresponding band, no interpolation or reconstruction.

    The trivial reconstruction algorithm that simply copies values to corresponding band, no interpolation or reconstruction.

    This is only useful for creation of example images that illustrate Bayer pattern.

    bay

    Bayer pattern coded image.

  2. object DDFAPD

    ImageJ implementation of "Demosaicing with Directional Filtering and a Posteriori Decision", D.

    ImageJ implementation of "Demosaicing with Directional Filtering and a Posteriori Decision", D. Menon, S. Andriani, and G. Calvagno, IEEE Trans. Image Processing, vol. 16 no. 1, Jan. 2007.

  3. object DeBayer2
  4. object DeBayer2Config extends Serializable
  5. object LoopUtils
  6. object MakeBayer

    Create Bayer images from color images.

    Create Bayer images from color images. This is mostly useful for testing and demos.

Inherited from AnyRef

Inherited from Any

Ungrouped