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

Matrix package #46

Open
gunnsth opened this issue Aug 25, 2017 · 0 comments
Open

Matrix package #46

gunnsth opened this issue Aug 25, 2017 · 0 comments

Comments

@gunnsth
Copy link
Contributor

gunnsth commented Aug 25, 2017

Right now all treatment of matrices is via the image.Image interface and frequently a utility function is used to convert the image.Image to an RGBA image.

Would it be useful to have an internal matrix type? The matrix could be created from an Image instance. Mathematial matrix operations could be applied to it. Matrix multiplication, Scalar multiplication, etc.

That could be very powerful for other image processing operations. Having used Matlab, Octave quite a bit in the past, I could see that this could allow some very powerful use.

For instance, being able to apply transformation matrices to images by simple matrix multiplication can be easy to use and powerful with many use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants