Class DemosaicedImage Class

Represents a raw, demosaiced sensor image (color).

Constructors:

NameDescription
Public methodDemosaicedImage(RawImage, FrameImage) Initializes a new instance of the DemosaicedImage class from raw image and metadata.

Properties:

NameDescription
Public propertyHeight Gets the height of the image.
Public propertyWidth Gets the width of the image.
Public propertyItem Gets a demosaiced color at given pixel.

Methods:

NameDescription
Public methodDemosaic() Demosaics the whole image.