dcv.features.corner.fast

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).

Modules

base
module dcv.features.corner.fast.base
Undocumented in source.
fast_10
module dcv.features.corner.fast.fast_10
Undocumented in source.
fast_11
module dcv.features.corner.fast.fast_11
Undocumented in source.
fast_12
module dcv.features.corner.fast.fast_12
Undocumented in source.
fast_9
module dcv.features.corner.fast.fast_9
Undocumented in source.
nonmax
module dcv.features.corner.fast.nonmax
Undocumented in source.

Public Imports

dcv.features.detector
public import dcv.features.detector;

Members

Classes

FASTDetector
class FASTDetector

FAST corner detector utility.

Variables

lena_128x128
auto lena_128x128;
Undocumented in source.

Meta

Authors

Edward Rosten, Relja Ljubobratovic

License

$(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.