OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::bgsegm::BackgroundSubtractorLSBPDesc 类参考

用于计算 LSBP 描述符。更多…

#include <opencv2/bgsegm.hpp>

cv::bgsegm::BackgroundSubtractorLSBPDesc 的协作图

静态公有成员函数

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)
 

详细描述

用于计算 LSBP 描述符。

成员函数文档

◆ 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

此类的文档是从以下文件生成的: