-
Notifications
You must be signed in to change notification settings - Fork 46
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
augment modes supported by different operations #40
Comments
How about moving this to the Developer's guide section of the docs? Also, it would be nice if we could describe what each "kind" (view, stepview, etc.) means. I believe it would help new contributors -- and me too 😄. |
Let me know if I can help. I could, e.g., prepare the page, describe the augment modes that I understand well, and let you complete the remaining modes. |
Oh, it would be great if you can help write this up! I think this can be "advanced tutorial", but it also makes sense to have a developer page to document what APIs are needed when someone wants to implement his own operation. I'm thinking of something like the following but TBH I haven't yet verified if this is still the case.
As far as I understand Augmentor, we currently only have these two optimization applied: Lines 53 to 63 in 8d80713
|
To implement a new operator, the minimal requirement is to support eager operation:
For affine operations, one must implement:
About |
This issue is for reference usage
Operation
ImageOperation
AffineOperation
script
The text was updated successfully, but these errors were encountered: