Table of Contents

Method ExtractSimpleFeatures

Namespace
OpenCvSharp.XPhoto
Assembly
OpenCvSharp.dll

ExtractSimpleFeatures(InputArray, OutputArray)

Implements the feature extraction part of the algorithm.

public void ExtractSimpleFeatures(InputArray src, OutputArray dst)

Parameters

src InputArray

Input three-channel image (BGR color space is assumed).

dst OutputArray

An array of four (r,g) chromaticity tuples corresponding to the features listed above.