|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
Static Public Member Functions | |
| static BackgroundSubtractorCNT | createBackgroundSubtractorCNT () |
| Creates a CNT Background Subtractor. | |
| static BackgroundSubtractorCNT | createBackgroundSubtractorCNT (int minPixelStability) |
| Creates a CNT Background Subtractor. | |
| static BackgroundSubtractorCNT | createBackgroundSubtractorCNT (int minPixelStability, bool useHistory) |
| Creates a CNT Background Subtractor. | |
| static BackgroundSubtractorCNT | createBackgroundSubtractorCNT (int minPixelStability, bool useHistory, int maxPixelStability) |
| Creates a CNT Background Subtractor. | |
| static BackgroundSubtractorCNT | createBackgroundSubtractorCNT (int minPixelStability, bool useHistory, int maxPixelStability, bool isParallel) |
| Creates a CNT Background Subtractor. | |
| static BackgroundSubtractorGMG | createBackgroundSubtractorGMG () |
| Creates a GMG Background Subtractor. | |
| static BackgroundSubtractorGMG | createBackgroundSubtractorGMG (int initializationFrames) |
| Creates a GMG Background Subtractor. | |
| static BackgroundSubtractorGMG | createBackgroundSubtractorGMG (int initializationFrames, double decisionThreshold) |
| Creates a GMG Background Subtractor. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC () |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold, float alpha) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold, float alpha, float beta) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold, float alpha, float beta, float blinkingSupressionDecay) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold, float alpha, float beta, float blinkingSupressionDecay, float blinkingSupressionMultiplier) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold, float alpha, float beta, float blinkingSupressionDecay, float blinkingSupressionMultiplier, float noiseRemovalThresholdFacBG) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorGSOC | createBackgroundSubtractorGSOC (int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold, float alpha, float beta, float blinkingSupressionDecay, float blinkingSupressionMultiplier, float noiseRemovalThresholdFacBG, float noiseRemovalThresholdFacFG) |
| Creates an instance of BackgroundSubtractorGSOC algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP () |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec, float Rscale) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec, float Rscale, float Rincdec) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec, float Rscale, float Rincdec, float noiseRemovalThresholdFacBG) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec, float Rscale, float Rincdec, float noiseRemovalThresholdFacBG, float noiseRemovalThresholdFacFG) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec, float Rscale, float Rincdec, float noiseRemovalThresholdFacBG, float noiseRemovalThresholdFacFG, int LSBPthreshold) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorLSBP | createBackgroundSubtractorLSBP (int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec, float Rscale, float Rincdec, float noiseRemovalThresholdFacBG, float noiseRemovalThresholdFacFG, int LSBPthreshold, int minCount) |
| Creates an instance of BackgroundSubtractorLSBP algorithm. | |
| static BackgroundSubtractorMOG | createBackgroundSubtractorMOG () |
| Creates mixture-of-gaussian background subtractor. | |
| static BackgroundSubtractorMOG | createBackgroundSubtractorMOG (int history) |
| Creates mixture-of-gaussian background subtractor. | |
| static BackgroundSubtractorMOG | createBackgroundSubtractorMOG (int history, int nmixtures) |
| Creates mixture-of-gaussian background subtractor. | |
| static BackgroundSubtractorMOG | createBackgroundSubtractorMOG (int history, int nmixtures, double backgroundRatio) |
| Creates mixture-of-gaussian background subtractor. | |
| static BackgroundSubtractorMOG | createBackgroundSubtractorMOG (int history, int nmixtures, double backgroundRatio, double noiseSigma) |
| Creates mixture-of-gaussian background subtractor. | |
| static SyntheticSequenceGenerator | createSyntheticSequenceGenerator (Mat background, Mat _object) |
| Creates an instance of SyntheticSequenceGenerator. | |
| static SyntheticSequenceGenerator | createSyntheticSequenceGenerator (Mat background, Mat _object, double amplitude) |
| Creates an instance of SyntheticSequenceGenerator. | |
| static SyntheticSequenceGenerator | createSyntheticSequenceGenerator (Mat background, Mat _object, double amplitude, double wavelength) |
| Creates an instance of SyntheticSequenceGenerator. | |
| static SyntheticSequenceGenerator | createSyntheticSequenceGenerator (Mat background, Mat _object, double amplitude, double wavelength, double wavespeed) |
| Creates an instance of SyntheticSequenceGenerator. | |
| static SyntheticSequenceGenerator | createSyntheticSequenceGenerator (Mat background, Mat _object, double amplitude, double wavelength, double wavespeed, double objspeed) |
| Creates an instance of SyntheticSequenceGenerator. | |
Static Public Attributes | |
| const int | LSBP_CAMERA_MOTION_COMPENSATION_LK = 0 + 1 |
| C++: enum LSBPCameraMotionCompensation (cv.bgsegm.LSBPCameraMotionCompensation) | |
| const int | LSBP_CAMERA_MOTION_COMPENSATION_NONE = 0 |
| C++: enum LSBPCameraMotionCompensation (cv.bgsegm.LSBPCameraMotionCompensation) | |
|
static |
Creates a CNT Background Subtractor.
| minPixelStability | number of frames with same pixel color to consider stable |
| useHistory | determines if we're giving a pixel credit for being stable for a long time |
| maxPixelStability | maximum allowed credit for a pixel in history |
| isParallel | determines if we're parallelizing the algorithm |
|
static |
Creates a CNT Background Subtractor.
| minPixelStability | number of frames with same pixel color to consider stable |
| useHistory | determines if we're giving a pixel credit for being stable for a long time |
| maxPixelStability | maximum allowed credit for a pixel in history |
| isParallel | determines if we're parallelizing the algorithm |
|
static |
Creates a CNT Background Subtractor.
| minPixelStability | number of frames with same pixel color to consider stable |
| useHistory | determines if we're giving a pixel credit for being stable for a long time |
| maxPixelStability | maximum allowed credit for a pixel in history |
| isParallel | determines if we're parallelizing the algorithm |
|
static |
Creates a CNT Background Subtractor.
| minPixelStability | number of frames with same pixel color to consider stable |
| useHistory | determines if we're giving a pixel credit for being stable for a long time |
| maxPixelStability | maximum allowed credit for a pixel in history |
| isParallel | determines if we're parallelizing the algorithm |
|
static |
Creates a CNT Background Subtractor.
| minPixelStability | number of frames with same pixel color to consider stable |
| useHistory | determines if we're giving a pixel credit for being stable for a long time |
| maxPixelStability | maximum allowed credit for a pixel in history |
| isParallel | determines if we're parallelizing the algorithm |
|
static |
Creates a GMG Background Subtractor.
| initializationFrames | number of frames used to initialize the background models. |
| decisionThreshold | Threshold value, above which it is marked foreground, else background. |
|
static |
Creates a GMG Background Subtractor.
| initializationFrames | number of frames used to initialize the background models. |
| decisionThreshold | Threshold value, above which it is marked foreground, else background. |
|
static |
Creates a GMG Background Subtractor.
| initializationFrames | number of frames used to initialize the background models. |
| decisionThreshold | Threshold value, above which it is marked foreground, else background. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorGSOC algorithm.
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| replaceRate | Probability of replacing the old sample - how fast the model will update itself. |
| propagationRate | Probability of propagating to neighbors. |
| hitsThreshold | How many positives the sample must get before it will be considered as a possible replacement. |
| alpha | Scale coefficient for threshold. |
| beta | Bias coefficient for threshold. |
| blinkingSupressionDecay | Blinking supression decay factor. |
| blinkingSupressionMultiplier | Blinking supression multiplier. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates an instance of BackgroundSubtractorLSBP algorithm.
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
| mc | Whether to use camera motion compensation. |
| nSamples | Number of samples to maintain at each point of the frame. |
| LSBPRadius | LSBP descriptor radius. |
| Tlower | Lower bound for T-values. See [LGuo2016] for details. |
| Tupper | Upper bound for T-values. See [LGuo2016] for details. |
| Tinc | Increase step for T-values. See [LGuo2016] for details. |
| Tdec | Decrease step for T-values. See [LGuo2016] for details. |
| Rscale | Scale coefficient for threshold values. |
| Rincdec | Increase/Decrease step for threshold values. |
| noiseRemovalThresholdFacBG | Strength of the noise removal for background points. |
| noiseRemovalThresholdFacFG | Strength of the noise removal for foreground points. |
| LSBPthreshold | Threshold for LSBP binary string. |
| minCount | Minimal number of matches for sample to be considered as foreground. |
|
static |
Creates mixture-of-gaussian background subtractor.
| history | Length of the history. |
| nmixtures | Number of Gaussian mixtures. |
| backgroundRatio | Background ratio. |
| noiseSigma | Noise strength (standard deviation of the brightness or each color channel). 0 means some automatic value. |
|
static |
Creates mixture-of-gaussian background subtractor.
| history | Length of the history. |
| nmixtures | Number of Gaussian mixtures. |
| backgroundRatio | Background ratio. |
| noiseSigma | Noise strength (standard deviation of the brightness or each color channel). 0 means some automatic value. |
|
static |
Creates mixture-of-gaussian background subtractor.
| history | Length of the history. |
| nmixtures | Number of Gaussian mixtures. |
| backgroundRatio | Background ratio. |
| noiseSigma | Noise strength (standard deviation of the brightness or each color channel). 0 means some automatic value. |
|
static |
Creates mixture-of-gaussian background subtractor.
| history | Length of the history. |
| nmixtures | Number of Gaussian mixtures. |
| backgroundRatio | Background ratio. |
| noiseSigma | Noise strength (standard deviation of the brightness or each color channel). 0 means some automatic value. |
|
static |
Creates mixture-of-gaussian background subtractor.
| history | Length of the history. |
| nmixtures | Number of Gaussian mixtures. |
| backgroundRatio | Background ratio. |
| noiseSigma | Noise strength (standard deviation of the brightness or each color channel). 0 means some automatic value. |
|
static |
Creates an instance of SyntheticSequenceGenerator.
| background | Background image for object. |
| object | Object image which will move slowly over the background. |
| amplitude | Amplitude of wave distortion applied to background. |
| wavelength | Length of waves in distortion applied to background. |
| wavespeed | How fast waves will move. |
| objspeed | How fast object will fly over background. |
|
static |
Creates an instance of SyntheticSequenceGenerator.
| background | Background image for object. |
| object | Object image which will move slowly over the background. |
| amplitude | Amplitude of wave distortion applied to background. |
| wavelength | Length of waves in distortion applied to background. |
| wavespeed | How fast waves will move. |
| objspeed | How fast object will fly over background. |
|
static |
Creates an instance of SyntheticSequenceGenerator.
| background | Background image for object. |
| object | Object image which will move slowly over the background. |
| amplitude | Amplitude of wave distortion applied to background. |
| wavelength | Length of waves in distortion applied to background. |
| wavespeed | How fast waves will move. |
| objspeed | How fast object will fly over background. |
|
static |
Creates an instance of SyntheticSequenceGenerator.
| background | Background image for object. |
| object | Object image which will move slowly over the background. |
| amplitude | Amplitude of wave distortion applied to background. |
| wavelength | Length of waves in distortion applied to background. |
| wavespeed | How fast waves will move. |
| objspeed | How fast object will fly over background. |
|
static |
Creates an instance of SyntheticSequenceGenerator.
| background | Background image for object. |
| object | Object image which will move slowly over the background. |
| amplitude | Amplitude of wave distortion applied to background. |
| wavelength | Length of waves in distortion applied to background. |
| wavespeed | How fast waves will move. |
| objspeed | How fast object will fly over background. |
|
static |
C++: enum LSBPCameraMotionCompensation (cv.bgsegm.LSBPCameraMotionCompensation)
|
static |
C++: enum LSBPCameraMotionCompensation (cv.bgsegm.LSBPCameraMotionCompensation)