HomeSort by relevance Sort by last modified time
    Searched refs:_motions (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cl_video_stabilizer.cpp 141 if (_motions.size () >= 2 * _filter_radius + 1) {
142 _motions.pop_front ();
144 _motions.push_back (homography);
162 proj_mat = stabilize_motion (cur_stabilized_pos, _motions);
cl_video_stabilizer.h 117 std::list<Mat3d> _motions; //motions[i] calculated from frame i to i+1 member in class:XCam::CLVideoStabilizer

Completed in 257 milliseconds