OpenCV  4.3.0
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::bgsegm::BackgroundSubtractorLSBPDesc Class Reference

This is for calculation of the LSBP descriptors. More...

#include <opencv2/bgsegm.hpp>

Static Public Member Functions

static void calcLocalSVDValues (OutputArray localSVDValues, const Mat &frame)
 
static void compute (OutputArray desc, const Mat &frame, const Point2i *LSBPSamplePoints)
 
static void computeFromLocalSVDValues (OutputArray desc, const Mat &localSVDValues, const Point2i *LSBPSamplePoints)
 

Detailed Description

This is for calculation of the LSBP descriptors.

Member Function Documentation

◆ calcLocalSVDValues()

static void cv::bgsegm::BackgroundSubtractorLSBPDesc::calcLocalSVDValues ( OutputArray  localSVDValues,
const Mat frame 
)
static

◆ compute()

static void cv::bgsegm::BackgroundSubtractorLSBPDesc::compute ( OutputArray  desc,
const Mat frame,
const Point2i LSBPSamplePoints 
)
static

◆ computeFromLocalSVDValues()

static void cv::bgsegm::BackgroundSubtractorLSBPDesc::computeFromLocalSVDValues ( OutputArray  desc,
const Mat localSVDValues,
const Point2i LSBPSamplePoints 
)
static

The documentation for this class was generated from the following file: