Method Apply
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Apply(InputArray, OutputArray)
Given a set of 3d points in a depth image, compute the normals at each point.
public void Apply(InputArray points, OutputArray normals)
Parameters
pointsInputArraya rows x cols x 3 matrix of CV_32F/CV_64F or a rows x cols x 1 CV_16U.
normalsOutputArraya rows x cols x 3 matrix.