Table of Contents

Method FetchNormals

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FetchNormals(InputArray, OutputArray)

Extracts the normals corresponding to the given existing points.

public void FetchNormals(InputArray points, OutputArray normals)

Parameters

points InputArray

the input existing points.

normals OutputArray

the storage of normals (corresponding to input points).