ConvertColorSpace Class

CVB.Net Documentation
Simple color space conversion routines that are covered by the CVB Image Manager license.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbConvertColorSpace

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

public static class ConvertColorSpace

The ConvertColorSpace type exposes the following members.

Methods

  NameDescription
Public methodStatic memberToMono(Image)
Convert the input image to mono. The input image needs to have three planes, and is then assumed to be an RGB image.
Public methodStatic memberToMono(Image, MonochromeConversion)
Convert the input image to mono. The input image needs to have three planes, and is then assumed to be an RGB image.
Public methodStatic memberToMono(Image, Double, Double, Double)
Convert the input image to mono. The input image needs to have three planes, and is then assumed to be an RGB image.
Public methodStatic memberToRichColorFeatures
Convert the input RGB image to a color feature image that contains additional planes with RG, RB, GB, RR, GG and BB (normalized to the value range).
Top
Remarks

For more sophisticated functions have a look at Stemmer.Cvb.Foundation.ConvertColorSpace.
See Also

Reference