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

About homogeneous transformation #91

Open
eeyrw opened this issue Apr 2, 2022 · 0 comments
Open

About homogeneous transformation #91

eeyrw opened this issue Apr 2, 2022 · 0 comments

Comments

@eeyrw
Copy link

eeyrw commented Apr 2, 2022

I notice that the fixed H matrix for homogeneous transformation is used:

    y_start = 0.3
    y_stop = 1
    src = np.float32([[0.45,y_start],[0.55, y_start],[0.1,y_stop],[0.9, y_stop]])
    dst = np.float32([[0.45, y_start],[0.55, y_start],[0.45, y_stop],[0.55,y_stop]])
    M_inv = cv2.getPerspectiveTransform(dst,src)

How does these parameters come from? Are these parameters empirical?

@eeyrw eeyrw changed the title About homogenous transformation About homogeneous transformation Apr 2, 2022
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

1 participant