BayerConversion Class

CVB.Net Documentation
Functions for converting images with a Bayer pattern.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationBayerConversion

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class BayerConversion

The BayerConversion type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateDestinationImage(Image, RgbConversion)
Create a destination image for Bayer to RGB conversions.
Public methodStatic memberCreateDestinationImage(Size2D, RgbConversion)
Create a destination image for Bayer to RGB conversions.
Public methodStatic memberCreateDestinationImage(Int32, Int32, RgbConversion)
Create a destination image for Bayer to RGB conversions.
Public methodStatic memberGetWhiteBalance(Image, BayerPattern)
Determine a suitable white balance from a monochrome image with Bayer pattern.
Public methodStatic memberGetWhiteBalance(Image, BayerPattern, Area2D)
Determine a suitable white balance from a monochrome image with Bayer pattern.
Public methodStatic memberToBayer
Convert an RGB image to a monochrome image with Bayer pattern.
Public methodStatic memberToMono
Convert a monochrome image with a Bayer pattern to a proper monochrome image.
Public methodStatic memberToRgb(Image, BayerPattern, RgbConversion)
Convert a Bayer-pattern image to an RGB image (omitting the gamma correction and the white balance).
Public methodStatic memberToRgb(Image, Image, BayerPattern, RgbConversion)
Convert a Bayer-pattern image to an RGB image (omitting the gamma correction and the white balance).
Public methodStatic memberToRgb(Image, BayerPattern, RgbConversion, GammaCorrection, WhiteBalanceFactors)
Convert a Bayer-pattern image to an RGB image.
Public methodStatic memberToRgb(Image, Image, BayerPattern, RgbConversion, GammaCorrection, WhiteBalanceFactors)
Convert a Bayer-pattern image to an RGB image.
Top
See Also

Reference