Closed LMJW closed 3 months ago
Simple bug fix for FAST corner 9 algorithm.
Currently the fast corner 9 has a bug which causing some of the corner cannot be found. It looks the coordinate (P4& P8) was not mapped correctly in fast algorithm.
Below are the corner find without bug fix, some of the corner cannot be identified.
With the fix, all the corners can be found.
@ripytide @theotherphil @cospectrum Pls take a look when you have time and let me know if you have any comments :)
Thanks! It would be good to have some tests for this too.
Simple bug fix for FAST corner 9 algorithm.
Currently the fast corner 9 has a bug which causing some of the corner cannot be found. It looks the coordinate (P4& P8) was not mapped correctly in fast algorithm.
Below are the corner find without bug fix, some of the corner cannot be identified.
With the fix, all the corners can be found.