Skip to content

Use ndarray Data trait more #18

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

Closed
xd009642 opened this issue Nov 25, 2019 · 1 comment
Closed

Use ndarray Data trait more #18

xd009642 opened this issue Nov 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@xd009642
Copy link
Member

A lot of my extension traits are using ArrayN<T> instead of ArrayBase<U, _> where U: Data<Elem=T>. Change things into using the Data trait and see if that adds an easy way to have the core Image struct not own it's data

@xd009642 xd009642 added the enhancement New feature or request label Nov 25, 2019
@xd009642
Copy link
Member Author

Implemented in #24

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

No branches or pull requests

1 participant