40
#ifndef __OPENCV_OPTFLOW_MOTEMPL_HPP__
41
#define __OPENCV_OPTFLOW_MOTEMPL_HPP__
43
#include "opencv2/core.hpp"
72
double
timestamp,
double
duration );
103
double
delta1,
double
delta2,
int
apertureSize = 3 );
120
double
timestamp,
double
duration );
138
CV_OUT std::vector<Rect>& boundingRects,
139
double
timestamp,
double
segThresh );
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
CV_EXPORTS_W void segmentMotion(InputArray mhi, OutputArray segmask, CV_OUT std::vector< Rect > &boundingRects, double timestamp, double segThresh)
Splits a motion history image into a few parts corresponding to separate independent motions (for exa...
CV_EXPORTS_W void calcMotionGradient(InputArray mhi, OutputArray mask, OutputArray orientation, double delta1, double delta2, int apertureSize=3)
Calculates a gradient orientation of a motion history image.
CV_EXPORTS_W void updateMotionHistory(InputArray silhouette, InputOutputArray mhi, double timestamp, double duration)
Updates the motion history image by a moving silhouette.
CV_EXPORTS_W double calcGlobalOrientation(InputArray orientation, InputArray mask, InputArray mhi, double timestamp, double duration)
Calculates a global motion orientation in a selected region.
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75