Module implements FAST<sup>[1]</sup> corner detector algorithm - Features from accelerated segment test (FAST) algorithm discovered and developed by Edward Rosten and Tom Drummond.
Module implements $(LINK3 https://en.wikipedia.org/wiki/Corner_detection#The_Harris_.26_Stephens_.2F_Plessey_.2F_Shi.E2.80.93Tomasi_corner_detection_algorithms, Harris and Shi-Tomasi) corner detectors.
Copyright Relja Ljubobratovic 2016.
$(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).
Module introduces various corner detection algorithms.
<big>Currently present corner detectors:</big> <ul> <li>Harris</li> <li>Shi-Tomasi</li> <li>FAST</li> </ul>