Click or drag to resize

LearningBasedWBExtractSimpleFeatures Method

Implements the feature extraction part of the algorithm.

Namespace:  OpenCvSharp.XPhoto
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void ExtractSimpleFeatures(
	InputArray src,
	OutputArray dst
)

Parameters

src
Type: OpenCvSharpInputArray
Input three-channel image (BGR color space is assumed).
dst
Type: OpenCvSharpOutputArray
An array of four (r,g) chromaticity tuples corresponding to the features listed above.
See Also