DemosaicedImage Class
Represents a raw, demosaiced sensor image (color).
Constructors:
Name | Description | |
---|---|---|
![]() | DemosaicedImage(RawImage, FrameImage) | Initializes a new instance of the DemosaicedImage class from raw image and metadata. |
Properties:
Name | Description | |
---|---|---|
![]() | Height | Gets the height of the image. |
![]() | Width | Gets the width of the image. |
![]() | Item | Gets a demosaiced color at given pixel. |
Methods:
Name | Description | |
---|---|---|
![]() | Demosaic() | Demosaics the whole image. |