Gluttton

Results 7 comments of Gluttton

Hello @zhuzy-2018, > -0.851823 -0.0848411 0.997337 > 0.519324 0.752464 0.05258 > 0.971547 0.304817 -0.311632 Please note that the algorithm requires as input parameters a **nonnegative** cost matrix (https://en.wikipedia.org/wiki/Hungarian_algorithm#The_problem). > and...

Hello @HenryBao91, Does the ```henry``` user have a write access for ```/usr/local/lib``` folder? Have you tried ```sudo make install```?

Hello @guruofquality , Seems like the project https://github.com/emvivre/limesdr_toolbox implements (at least partially) the task.

I have checked that if feed to the `stage4` matrix which contain loop of `STAR` and `PRIME` signs, the function `Munkres::pair_in_list` will be called. But now is another question how...

To make `Matrix` data type generalized, I see two ways: - first: involve abstract data type with pure methods (which will describe interface); - second: `Munkres` class should become template...

Oh! It seems I misunderstood the ticket's aim! If the aim is extend interface, your solution will enough. I thought, that you want to try solve assignment problem on different...

When I see changes which was made according to this issue, I'm not satisfied. There are a lot of classes of matrices: Qt, opencv, Eigen, etc... So it's impossible implement...