Using the Scala Breeze library :
How can I convert an instance of a breeze.linalg.DenseMatrix
of Int
values to a DenseMatrix
of Double
s (both matrices have the same dimensions)?
(I am trying to get a image/picture in a matrix for image processing using Breeze)