OpenCV
4.10.0-dev
Open Source Computer Vision
|
This is for calculation of the LSBP descriptors. More...
#include <opencv2/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 |