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
pointsInputArraythe input existing points.
normalsOutputArraythe storage of normals (corresponding to input points).