Home
last modified time | relevance | path

Searched refs:motions (Results 1 – 24 of 24) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dmotion_stabilizing.hpp66 int size, const std::vector<Mat> &motions, std::pair<int,int> range,
77 int size, const std::vector<Mat> &motions, std::pair<int,int> range,
90 int idx, const std::vector<Mat> &motions, std::pair<int,int> range) = 0;
93 int size, const std::vector<Mat> &motions, std::pair<int,int> range,
107 int idx, const std::vector<Mat> &motions, std::pair<int,int> range);
144 int size, const std::vector<Mat> &motions, std::pair<int,int> range,
Ddeblurring.hpp78 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::DeblurerBase
Dwobble_suppression.hpp79 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::WobbleSuppressorBase
Dinpainting.hpp85 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::InpainterBase
Dglobal_motion.hpp292 CV_EXPORTS Mat getMotion(int from, int to, const std::vector<Mat> &motions);
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-robot-20130806_22132134 Reversed motions slot0: {'X': -15} px
40 Reversed motions slot0: {'X': -1} px
83 Reversed motions slot0: {'X': -4} px
89 Reversed motions slot0: {'X': -3} px
132 Reversed motions slot0: {'X': 0} px
138 Reversed motions slot0: {'X': -5} px
181 Reversed motions slot0: {'X': -3} px
187 Reversed motions slot0: {'X': -1} px
230 Reversed motions slot0: {'X': -4} px
236 Reversed motions slot0: {'X': -2} px
[all …]
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log142 S" Reversed motions slot0: {'x': -1} px"
160 S" Reversed motions slot0: {'x': -3} px"
352 S" Reversed motions slot0: {'x': -4} px"
369 S" Reversed motions slot0: {'x': -3} px"
550 S" Reversed motions slot0: {'x': 0} px"
567 S" Reversed motions slot0: {'x': -5} px"
748 S" Reversed motions slot0: {'x': -3} px"
765 S" Reversed motions slot0: {'x': -1} px"
949 S" Reversed motions slot0: {'x': -4} px"
966 S" Reversed motions slot0: {'x': -2} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
Dtouch_firmware_report-link-fw_1.0.AA-manual-20131115_23444920 Reversed motions slot1: {'x': 0} px
55 Reversed motions slot1: {'x': 0} px
90 Reversed motions slot1: {'x': 0} px
125 Reversed motions slot1: {'x': 0} px
160 Reversed motions slot1: {'y': 0} px
195 Reversed motions slot1: {'y': 0} px
230 Reversed motions slot1: {'y': 0} px
265 Reversed motions slot1: {'y': 0} px
300 Reversed motions slot1: {'y': 0, 'x': 0} px
335 Reversed motions slot1: {'y': 0, 'x': 0} px
[all …]
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log142 S" Reversed motions slot1: {'x': 0} px"
364 S" Reversed motions slot1: {'x': 0} px"
576 S" Reversed motions slot1: {'y': 0} px"
788 S" Reversed motions slot1: {'y': 0} px"
/external/opencv3/modules/calib3d/src/
Dhomography_decomp.cpp452 vector<CameraMotion> motions; in decomposeHomographyMat() local
453 hdecomp->decomposeHomography(H, K, motions); in decomposeHomographyMat()
455 int nsols = static_cast<int>(motions.size()); in decomposeHomographyMat()
461 _rotations.getMatRef(k) = Mat(motions[k].R); in decomposeHomographyMat()
468 _translations.getMatRef(k) = Mat(motions[k].t); in decomposeHomographyMat()
475 _normals.getMatRef(k) = Mat(motions[k].n); in decomposeHomographyMat()
/external/opencv3/modules/videostab/src/
Dmotion_stabilizing.cpp55 … int size, const std::vector<Mat> &motions, std::pair<int,int> range, Mat *stabilizationMotions) in stabilize() argument
57 std::vector<Mat> updatedMotions(motions.size()); in stabilize()
58 for (size_t i = 0; i < motions.size(); ++i) in stabilize()
59 updatedMotions[i] = motions[i].clone(); in stabilize()
84 … int size, const std::vector<Mat> &motions, std::pair<int,int> range, Mat *stabilizationMotions) in stabilize() argument
87 stabilizationMotions[i] = stabilize(i, motions, range); in stabilize()
105 Mat GaussianMotionFilter::stabilize(int idx, const std::vector<Mat> &motions, std::pair<int,int> ra… in stabilize() argument
107 const Mat &cur = at(idx, motions); in stabilize()
114 res += weight_[radius_ + i - idx] * getMotion(idx, i, motions); in stabilize()
143 …int size, const std::vector<Mat> &motions, std::pair<int,int> /*range*/, Mat *stabilizationMotions) in stabilize() argument
[all …]
Dstabilizer.cpp338 … int frameCount, const std::vector<Mat> &motions, const std::vector<Mat> &stabilizationMotions) in saveMotions() argument
343 Mat_<float> M = at(i, motions); in saveMotions()
351 Mat_<float> M = getMotion(0, i, motions); in saveMotions()
359 Mat_<float> M = stabilizationMotions[i] * getMotion(0, i, motions); in saveMotions()
Dglobal_motion.cpp845 Mat getMotion(int from, int to, const std::vector<Mat> &motions) in getMotion() argument
851 M = at(i, motions) * M; in getMotion()
856 M = at(i, motions) * M; in getMotion()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065817336 Reversed motions slot0: {'X': 0} px
342 Reversed motions slot0: {'X': -6} px
383 Reversed motions slot0: {'X': 0} px
389 Reversed motions slot0: {'X': -2} px
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log142 S" Reversed motions slot0: {'x': 0} px"
160 S" Reversed motions slot0: {'x': -6} px"
352 S" Reversed motions slot0: {'x': 0} px"
369 S" Reversed motions slot0: {'x': -2} px"
550 S" Reversed motions slot0: {'x': 0} px"
567 S" Reversed motions slot0: {'x': 0} px"
751 S" Reversed motions slot0: {'x': 0} px"
768 S" Reversed motions slot0: {'x': 0} px"
951 S" Reversed motions slot0: {'x': 0} px"
1173 S" Reversed motions slot0: {'x': 8} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065717336 Reversed motions slot0: {'X': -1} px
342 Reversed motions slot0: {'X': -6} px
383 Reversed motions slot0: {'X': 0} px
389 Reversed motions slot0: {'X': -9} px
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log142 S" Reversed motions slot0: {'x': -1} px"
160 S" Reversed motions slot0: {'x': -6} px"
352 S" Reversed motions slot0: {'x': 0} px"
369 S" Reversed motions slot0: {'x': -9} px"
550 S" Reversed motions slot0: {'x': 0} px"
567 S" Reversed motions slot0: {'x': 2} px"
751 S" Reversed motions slot0: {'x': 0} px"
768 S" Reversed motions slot0: {'x': 11} px"
951 S" Reversed motions slot0: {'x': 0} px"
1173 S" Reversed motions slot0: {'x': 4} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065448336 Reversed motions slot0: {'X': 0} px
342 Reversed motions slot0: {'X': 0} px
383 Reversed motions slot0: {'X': 0} px
389 Reversed motions slot0: {'X': 0} px
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log142 S" Reversed motions slot0: {'x': 0} px"
160 S" Reversed motions slot0: {'x': 0} px"
352 S" Reversed motions slot0: {'x': 0} px"
369 S" Reversed motions slot0: {'x': 0} px"
550 S" Reversed motions slot0: {'x': 0} px"
567 S" Reversed motions slot0: {'x': 0} px"
751 S" Reversed motions slot0: {'x': 0} px"
768 S" Reversed motions slot0: {'x': 11} px"
951 S" Reversed motions slot0: {'x': 0} px"
1173 S" Reversed motions slot0: {'x': 0} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log142 S" Reversed motions slot0: {'x': 0} px"
160 S" Reversed motions slot0: {'x': -2} px"
352 S" Reversed motions slot0: {'x': 0} px"
369 S" Reversed motions slot0: {'x': 0} px"
555 S" Reversed motions slot0: {'x': 0} px"
845 S" Reversed motions slot0: {'x': 0} px"
863 S" Reversed motions slot1: {'x': 0} px"
1112 S" Reversed motions slot0: {'x': 0} px"
1129 S" Reversed motions slot1: {'x': 0} px"
1279 S" Reversed motions slot0: {'y': 0, 'x': 0} px"
[all …]
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065557185 Reversed motions slot0: {'X': 0} px
191 Reversed motions slot0: {'X': -2} px
/external/opencv3/doc/py_tutorials/py_video/py_lucas_kanade/
Dpy_lucas_kanade.markdown80 small motions. So it fails when there is large motion. So again we go for pyramids. When we go up in
81 the pyramid, small motions are removed and large motions becomes small motions. So applying
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c245 int x, int y, const short motions[2], in nouveau_vpe_mb_mv()
249 int mv_horizontal = motions[0]; in nouveau_vpe_mb_mv()
250 int mv_vertical = motions[1]; in nouveau_vpe_mb_mv()
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
Dpy_non_local_means.markdown31 Unfortunately this simple method is not robust to camera and scene motions. Also often there is only