Created
August 10, 2018 08:57
-
-
Save crackwitz/3a07cdd457a3a88089e6f9a3ed010316 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.opencv.org/3.4/d1/de0/tutorial_py_feature_homography.html | |
F:\Projects\videozeug>simple_homography.py d:\sesU.png d:\9mIZ.png | |
[[[ -165.60810852 -71.7071991 ]] | |
[[ -68.1394043 1029.88684082]] | |
[[ 1832.94384766 893.93206787]] | |
[[ 1809.74719238 -172.75289917]]] | |
F:\Projects\videozeug>simple_homography.py d:\9mIZ.png d:\sesU.png | |
[[[ 149.37562561 76.51576996]] | |
[[ 58.29593277 1141.00280762]] | |
[[ 2017.33569336 1285.13061523]] | |
[[ 2023.41247559 173.2217865 ]]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment