Matthew Self 72672c293f Make goodFeaturesToTrack() return deterministic results
When using OCL, the results of goodFeaturesToTrack() vary slightly from
run to run. This appears to be because the order of the results from
the findCorners kernel depends on thread execution and the sorting
function that is used at the end to rank the features only enforces are
partial sort order.

This does not materially impact the quality of the results, but it
makes it hard to build regression tests and generally introduces noise
into the system that should be avoided.

An easy fix is to change the sort function to enforce a total sort on
the features, even in cases where the match quality is exactly the same
for two features.
2016-07-25 21:17:54 -07:00
..
2016-07-25 15:42:09 +09:00
2016-02-27 08:30:10 +05:30
2016-07-12 11:53:51 +03:00
2016-04-27 18:02:49 -07:00
2016-04-14 11:57:49 +02:00
2014-08-05 20:12:35 +04:00