ConvertColorSpace Class

CVB.Net Documentation
Color space conversions supported by the Foundation Package.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationConvertColorSpace

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

public static class ConvertColorSpace

The ConvertColorSpace type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSwapChannels
Create a new image by rearranging the planes of the input image.
Public methodStatic memberToCieLab16
Convert the input image to CIE Lab with Int16BppUnsigned for better precision.
Public methodStatic memberToCieLab8
Convert the input image to CIE Lab with Int8BppUnsigned.
Public methodStatic memberToCieLUV
Convert the input image to CIE LUV.
Public methodStatic memberToCieXYZ
Convert the input image to CIE XYZ.
Public methodStatic memberToHLS
Convert the input image to HLS.
Public methodStatic memberToHSV
Convert the input image to HSV.
Public methodStatic memberToMono(Image)
Convert the input image to mono.
Public methodStatic memberToMono(Image, MonochromeConversion)
Convert the input image to mono.
Public methodStatic memberToMono(Image, Double, Double, Double)
Convert the input image to mono.
Public methodStatic memberToRGB
Convert the input image to RGB.
Public methodStatic memberToRGBFrom
Convert the input image to RGB.
Public methodStatic memberToYCbCr
Convert the input image to YCbCr.
Public methodStatic memberToYCC
Convert the input image to YCC.
Public methodStatic memberToYUV
Convert the input image to YUV.
Public methodStatic memberTwistColors
Apply the given matrix to the given img.
Top
See Also

Reference