Class cv::bgsegm::BackgroundSubtractorLSBPDesc#

This is for calculation of the LSBP descriptors.

Collaboration diagram for cv::bgsegm::BackgroundSubtractorLSBPDesc:

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 )

compute()#

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

computeFromLocalSVDValues()#

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

Source file#

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