- calcOpticalFlowFarneback
void calcOpticalFlowFarneback(Mat prevImg, Mat nextImg, Mat flow, double pyrScale, int levels, int winsize, int iterations, int polyN, double polySigma, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcOpticalFlowPyrLK
void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, Mat prevPts, Mat nextPts, Mat status, Mat err)
Undocumented in source. Be warned that the author may not have intended to support it.
- newBackgroundSubtractorKNN
BackgroundSubtractorKNN newBackgroundSubtractorKNN()
Undocumented in source. Be warned that the author may not have intended to support it.
- newBackgroundSubtractorMOG2
BackgroundSubtractorMOG2 newBackgroundSubtractorMOG2()
Undocumented in source. Be warned that the author may not have intended to support it.