OpenCV 4.12.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

此類的文件生成自以下檔案