bild icon indicating copy to clipboard operation
bild copied to clipboard

Matrix package

Open gunnsth opened this issue 6 years ago • 0 comments

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.

gunnsth avatar Aug 25 '17 10:08 gunnsth