-
Add support for doing eval in terms of a series of pairwise comparisons
-
We do need to do a transpose, but the inital matrix should have columns and rows reversed, so that the matrix side remains correct.
-
Similar to the read methods, cv::mat contains type information, so there is no particular need for separate methods for masks and similarity matrices. Also, fix an apparent bug where .mat files read by openbr were transposed (compared to their dimensions when writing the files).
-
Since .mtx files include a matrix type in their header, we don't really need separate functions to read similarity matrices and masks. This drops special case support for creating identity matrices via readSimmat and readMask (since in that case, there is no actual header to read to get a matrix type).
-
Fix compile under visual studio
-
Conflicts: openbr/plugins/slidingwindow.cpp
-
Conflicts: openbr/plugins/slidingwindow.cpp