Table of Contents

Enum RgbdNormalsMethod

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Method used to compute surface normals from a depth image (cv::RgbdNormals::RgbdNormalsMethod).

public enum RgbdNormalsMethod

Fields

RGBD_NORMALS_METHOD_CROSS_PRODUCT = 3

Cross product method.

RGBD_NORMALS_METHOD_FALS = 0

FALS (the fastest) method.

RGBD_NORMALS_METHOD_LINEMOD = 1

LINEMOD method (uses bilateral filtering on a depth image).

RGBD_NORMALS_METHOD_SRI = 2

SRI method.