OpenCV 4.13.0
開源電腦視覺 (Open Source Computer Vision)
載入中...
搜尋中...
無符合項
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

此類別的說明文件是由下列檔案產生的