ConvertColorSpaceToRichColorFeatures Method

CVB.Net Documentation
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).

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

public static Image ToRichColorFeatures(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Input image. Must be RGB and have the same data type on each plane.

Return Value

Type: Image
Converted image.
See Also

Reference