Add segmentation and object tracking python tests
authorVladislav Sovrasov <vladislav.sovrasov@itseez.com>
Fri, 12 Feb 2016 12:55:06 +0000 (15:55 +0300)
committerVladislav Sovrasov <vladislav.sovrasov@itseez.com>
Thu, 3 Mar 2016 08:06:21 +0000 (11:06 +0300)
commite4fed417d2625ac7a81d62e3913e2abc621abe1b
treede86aa8a7b8674084af87825573ccaa3f1f086a0
parent0c6e09f060aea333b1f75317e46172e85f51961f
Add segmentation and object tracking python tests
modules/features2d/include/opencv2/features2d.hpp
modules/python/test/test_camshift.py
modules/python/test/test_feature_homography.py [new file with mode: 0644]
modules/python/test/test_grabcut.py [new file with mode: 0644]
modules/python/test/test_lk_homography.py [new file with mode: 0644]
modules/python/test/test_lk_track.py [new file with mode: 0644]
modules/python/test/test_mser.py [new file with mode: 0644]
modules/python/test/test_watershed.py [new file with mode: 0644]
modules/python/test/tests_common.py
modules/python/test/tst_scene_render.py