hello,I have no idea about parameter cost_limit in lapjv function.
It is considered as an upper limit for a cost of a single assignment.
Do you mean cost larger than the cost_limit will be clipped to the cost_limit edge.
cost, x, y = lap.lapjv(cost_matrix, extend_cost=True, cost_limit=thresh)
hello,I have no idea about parameter cost_limit in lapjv function. It is considered as an upper limit for a cost of a single assignment. Do you mean cost larger than the cost_limit will be clipped to the cost_limit edge.
cost, x, y = lap.lapjv(cost_matrix, extend_cost=True, cost_limit=thresh)
does it equal to