Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does each field in the *.csv file mean #8

Open
SuperPowerLF2 opened this issue Jan 14, 2020 · 1 comment
Open

What does each field in the *.csv file mean #8

SuperPowerLF2 opened this issue Jan 14, 2020 · 1 comment

Comments

@SuperPowerLF2
Copy link

obj = subpath
img1-2 = imgname
Him,Wim = Height and width
H11,H12,H13,H21,H22,H23,H31,H32,H33
what is this

@DashKosaka
Copy link

Hi, was trying to use the repo and noticed your post. If you haven't already figured it out...

You were spot on with the first ones, but more specifically:
obj - Name of the specific image
img1-2 - We are matching the image with "view 1" onto the image with "view 2"
Him, Wim - Height and width

The Hxy field is a little bit more in-depth. The collection of these actually refers to a 2D matrix (3x3 in this case) called the "Homography Matrix" (H). The whole matrix tells us how we can project image with "view 1" onto image with "view 2" such that they are essentially overlayed. It is a whole CV topic (https://docs.opencv.org/master/d1/de0/tutorial_py_feature_homography.html).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants