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 = 3Cross product method.
RGBD_NORMALS_METHOD_FALS = 0FALS (the fastest) method.
RGBD_NORMALS_METHOD_LINEMOD = 1LINEMOD method (uses bilateral filtering on a depth image).
RGBD_NORMALS_METHOD_SRI = 2SRI method.