Package | Description |
---|---|
org.opencv.video |
Modifier and Type | Method and Description |
---|---|
static BackgroundSubtractorKNN |
BackgroundSubtractorKNN.__fromPtr__(long addr) |
static BackgroundSubtractorKNN |
Video.createBackgroundSubtractorKNN()
Creates KNN Background Subtractor
whether a pixel is close to that sample.
|
static BackgroundSubtractorKNN |
Video.createBackgroundSubtractorKNN(int history)
Creates KNN Background Subtractor
|
static BackgroundSubtractorKNN |
Video.createBackgroundSubtractorKNN(int history,
double dist2Threshold)
Creates KNN Background Subtractor
|
static BackgroundSubtractorKNN |
Video.createBackgroundSubtractorKNN(int history,
double dist2Threshold,
boolean detectShadows)
Creates KNN Background Subtractor
|
Copyright © 2020. All rights reserved.