Merge pull request #16366 from themechanicalcoder:features2D-tutorial-python
authorGourav Roy <34737471+themechanicalcoder@users.noreply.github.com>
Sat, 1 Feb 2020 17:20:00 +0000 (22:50 +0530)
committerGitHub <noreply@github.com>
Sat, 1 Feb 2020 17:20:00 +0000 (20:20 +0300)
commit126b0d855f3514f295caa673b963015333cdf5a3
treec0b8ea981d7294596ee426dc054c841aef85a6ea
parent86e5e8d765101b44a51924f791f32b47bbebd4b7
Merge pull request #16366 from themechanicalcoder:features2D-tutorial-python

* Add python version of panorama_stitching_rotating_camera and perspective_correction

* Updated code

* added in the docs

* added python code in the docs

* docs change

* Add java tutorial as well

* Add toggle in documentation

* Added the link for Java code

* format code

* Refactored code
doc/tutorials/features2d/homography/homography.markdown
samples/java/tutorial_code/features2D/Homography/PanoramaStitchingRotatingCamera.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/Homography/PerspectiveCorrection.java [new file with mode: 0644]
samples/python/tutorial_code/features2D/Homography/panorama_stitching_rotating_camera.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/Homography/perspective_correction.py [new file with mode: 0644]