OpenCV
3.4.1
Open Source Computer Vision
|
This is for calculation of the LSBP descriptors. More...
#include "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) |
This is for calculation of the LSBP descriptors.
|
static |
|
static |
|
static |