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

how to move landmark points.. pixel unit? #19

Closed
hjo111 opened this issue Sep 29, 2021 · 1 comment
Closed

how to move landmark points.. pixel unit? #19

hjo111 opened this issue Sep 29, 2021 · 1 comment

Comments

@hjo111
Copy link

hjo111 commented Sep 29, 2021

hello
Thank you for showing interesting code.
I want to move landmark point using class CustomAction.
and move to pixel unit.....
umm.. ex
def perform(self, lf):
a_l = Lambda(x=self.x, y = self.y
specs={'CHIN': (90,90), # x: +90pixel , y: + 90pixel
}
)
but your code works scale parameter...... umm...
I am Junior so I have trouble make class(move pixel unit)..
Could you do me a favor?..

@hjo111
Copy link
Author

hjo111 commented Sep 30, 2021

hello Thank you for showing interesting code. I want to move landmark point using class CustomAction. and move to pixel unit..... umm.. ex def perform(self, lf): a_l = Lambda(x=self.x, y = self.y specs={'CHIN': (90,90), # x: +90pixel , y: + 90pixel } ) but your code works scale parameter...... umm... I am Junior so I have trouble make class(move pixel unit).. Could you do me a favor?..

@hjo111 hjo111 closed this as completed Sep 30, 2021
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