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
srcInputArrayInput three-channel image (BGR color space is assumed).
dstOutputArrayAn array of four (r,g) chromaticity tuples corresponding to the features listed above.