mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 02:16:34 +08:00
Doxygen tutorials support
This commit is contained in:
@@ -99,7 +99,7 @@ for pixel
|
||||
@param speed_up_thr threshold to detect point with irregular flow - where flow should be
|
||||
recalculated after upscale
|
||||
|
||||
See @cite Tao2012. And site of project - <http://graphics.berkeley.edu/papers/Tao-SAN-2012-05/>.
|
||||
See @cite Tao2012 . And site of project - <http://graphics.berkeley.edu/papers/Tao-SAN-2012-05/>.
|
||||
|
||||
@note
|
||||
- An example using the simpleFlow algorithm can be found at samples/simpleflow_demo.cpp
|
||||
|
@@ -66,7 +66,7 @@ That is, MHI pixels where the motion occurs are set to the current timestamp , w
|
||||
where the motion happened last time a long time ago are cleared.
|
||||
|
||||
The function, together with calcMotionGradient and calcGlobalOrientation , implements a motion
|
||||
templates technique described in @cite Davis97 and @cite Bradski00.
|
||||
templates technique described in @cite Davis97 and @cite Bradski00 .
|
||||
*/
|
||||
CV_EXPORTS_W void updateMotionHistory( InputArray silhouette, InputOutputArray mhi,
|
||||
double timestamp, double duration );
|
||||
|
Reference in New Issue
Block a user