Searched refs:_motions (Results 1 – 2 of 2) sorted by relevance
141 if (_motions.size () >= 2 * _filter_radius + 1) { in prepare_parameters()142 _motions.pop_front (); in prepare_parameters()144 _motions.push_back (homography); in prepare_parameters()162 proj_mat = stabilize_motion (cur_stabilized_pos, _motions); in prepare_parameters()
117 std::list<Mat3d> _motions; //motions[i] calculated from frame i to i+1 variable