Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@crackwitz
Created August 10, 2018 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crackwitz/3a07cdd457a3a88089e6f9a3ed010316 to your computer and use it in GitHub Desktop.
Save crackwitz/3a07cdd457a3a88089e6f9a3ed010316 to your computer and use it in GitHub Desktop.
# 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