|
oevislib_net
0.14.3.0
|
Functions | |
| Image | oevislib_net.Image.ConvertColorSpace (ColorConversionCode inConversionCode) |
| Convert the image color space depending on the conversion code specified. | |
| Image | oevislib_net.Image.ConvertToGrayscale (Optional< Region > inRoi=null) |
| Convert the image to grayscale (luminance). | |
| Image | oevislib_net.Image.ConvertBayerToRgb (DebayeringMethod inDebayeringMethod, BayerType inBayerType) |
| Converts a Bayer-encoded color image into RGB. | |
| Array< Image > | oevislib_net.Image.SplitBayer () |
| Splits the image into four Bayer images, one for each of the four colors. | |
|
inline |
Converts a Bayer-encoded color image into RGB.
| inDebayeringMethod | Debayering method (bilinear or using VNG). |
| inBayerType | Type of Bayer-encoding. |
|
inline |
Convert the image color space depending on the conversion code specified.
| inConversionCode | Color space conversions code. |
Convert the image to grayscale (luminance).
Calls Image::averageChannels functions with the proper weights for every channel (0.2126 for R, 0.7152 for G and 0.0722 for B). If the image already has only 1 channel, the same image is return as output.
| inRoi | Region of interest. |
|
inline |
Splits the image into four Bayer images, one for each of the four colors.