Table of Contents

Class BackgroundSubtractorLSBPDesc

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

This is for calculation of the LSBP descriptors.

public static class BackgroundSubtractorLSBPDesc
Inheritance
BackgroundSubtractorLSBPDesc
Inherited Members

Methods

CalcLocalSVDValues(OutputArray, Mat)

Calculates the local SVD values used internally by ComputeFromLocalSVDValues(OutputArray, Mat, Point[]).

Compute(OutputArray, Mat, Point[])

Computes the LSBP descriptor directly from a frame.

ComputeFromLocalSVDValues(OutputArray, Mat, Point[])

Computes the LSBP descriptor from precomputed local SVD values.