[evolution] Stitching for OpenCV 4.0 * stitching: wrap Stitcher::create for bindings * provide method for consistent stitcher usage across languages * samples: add python stitching sample * port cpp stitching sample to python * stitching: consolidate Stitcher create methods * remove Stitcher::createDefault, it returns Stitcher, not Ptr<Stitcher> -> inconsistent API * deprecate cv::createStitcher and cv::createStitcherScans in favor of Stitcher::create * stitching: avoid anonymous enum in Stitcher * ORIG_RESOL should be double * add documentatiton * stitching: improve documentation in Stitcher * stitching: expose estimator in Stitcher * remove ABI hack * stitching: drop try_use_gpu flag * OCL will be used automatically through T-API in OCL-enable paths * CUDA won't be used unless user sets CUDA-enabled classes manually * stitching: drop FeaturesFinder * use Feature2D instead of FeaturesFinder * interoperability with features2d module * detach from dependency on xfeatures2d * features2d: fix compute and detect to work with UMat vectors * correctly pass UMats as UMats to allow OCL paths * support vector of UMats as output arg * stitching: use nearest interpolation for resizing masks * fix warnings |
||
|---|---|---|
| .. | ||
| test_algorithm_rw.py | ||
| test_calibration.py | ||
| test_camshift.py | ||
| test_copytomask.py | ||
| test_cuda.py | ||
| test_dft.py | ||
| test_digits.py | ||
| test_dnn.py | ||
| test_facedetect.py | ||
| test_feature_homography.py | ||
| test_fitline.py | ||
| test_gaussian_mix.py | ||
| test_goodfeatures.py | ||
| test_grabcut.py | ||
| test_houghcircles.py | ||
| test_houghlines.py | ||
| test_kmeans.py | ||
| test_legacy.py | ||
| test_letter_recog.py | ||
| test_lk_homography.py | ||
| test_lk_track.py | ||
| test_misc.py | ||
| test_morphology.py | ||
| test_mser.py | ||
| test_peopledetect.py | ||
| test_persistence.py | ||
| test_squares.py | ||
| test_stitching.py | ||
| test_texture_flow.py | ||
| test_umat.py | ||
| test_videoio.py | ||
| test_watershed.py | ||
| test.py | ||
| tests_common.py | ||
| tst_scene_render.py | ||