FAST corner detector utility.
$(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).
1. Edward Rosten, Tom Drummond (2005). "Fusing points and lines for high performance tracking", IEEE International Conference on Computer Vision 2: 1508–1511.
Copyright (c) 2006, 2008 Edward Rosten, Relja Ljubobratovic 2016
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.
This package offers D class interface to machine generated C code, adopted to D, which is located originally on $(LINK3 https://github.com/edrosten/fast-C-src, Edward Rosten's github).