Function opencv::video::calc_motion_gradient [] [src]

pub fn calc_motion_gradient(mhi: &Mat, mask: &Mat, orientation: &Mat, delta1: f64, delta2: f64, apertureSize: i32) -> Result<(), String>

computes the motion gradient orientation image from the motion history image

default value for arguments: - apertureSize: default 3