I\'m trying to use the Eigen library for some simple image processing. I\'d use Array3f for an RGB triple and an Array to hold an RGB image. This seems to work partially, an
In case someone is interested: The above example compiles and runs fine with Eigen 3.3rc1 (most likely anything since Eigen 3.3-alpha is fine as well).
I would still consider this feature as experimental, since it is neither documented, nor part of the test suite (as far as I see).