Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As much as I like OpenCV's matrices I also dislike it. Imho OpenCV should maybe have been used Eigen in the very first place, i.e. when introducing version 2.0, and only concentrate on real algorithms, but since they wanted to not relate on other libraries (which is of course a good point), you have the problem of a lot of code related to linear algorithms which have to be maintained now. Allowing more than 4 channels came much later in OpenCV's history and apparently not everything has been updated. Feel free to update those parts of the library!

As much as I like OpenCV's matrices I also dislike it. them. Imho OpenCV should maybe have been used Eigen Eigen in the very first place, i.e. when introducing version 2.0, and only concentrate on real algorithms, but since they wanted to not relate on other libraries (which is of course a good point), you have the problem of a lot of code related to linear algorithms algebra which have to be maintained now. Allowing more than 4 channels came much later in OpenCV's history and apparently not everything has been updated. Feel free to update those parts of the library!

As much as I like OpenCV's matrices I also dislike them. Imho OpenCV should maybe have been used Eigen in the very first place, i.e. when introducing version 2.0, and only concentrate on real algorithms, but since they wanted to not relate on other libraries (which is of course a good point), you have the problem of a lot of code related to linear algebra which have to be maintained now. Allowing more than 4 channels came much later in OpenCV's history and apparently not everything has been updated. Feel free to update those parts of the library!library by making pull requests!