Table of Contents

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

points InputArray

a rows x cols x 3 matrix of CV_32F/CV_64F or a rows x cols x 1 CV_16U.

normals OutputArray

a rows x cols x 3 matrix.