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

some problem about APN #18

Open
deepblue0822 opened this issue Aug 15, 2018 · 1 comment
Open

some problem about APN #18

deepblue0822 opened this issue Aug 15, 2018 · 1 comment

Comments

@deepblue0822
Copy link

I have some question about the APNcrop , tx,ty is the Center point of APN,and tl is half of the APN
,and tl is the Upper left of the picture,br is lower right of the picture,The X axis of the upper left corner and the lower right corner of the region obtained by crop is (tx(tl)、tx(br)) y axis (ty(tl)、ty(br)):
tx(tl) =tx - tl ty(tl) = ty -tl
tx(br) =tx + tl ty(br) = ty +tl
but the real should be:
tx(tl) =tx - tl ty(tl) = ty +tl
tx(br) =tx + tl ty(br) = ty -tl
I don't know where is wrong,could you tell me where my thought is wrong?

@deepblue0822
Copy link
Author

I know it.What I thought is wrong.

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