dcv.features.corner

Module introduces various corner detection algorithms.

<big>Currently present corner detectors:</big> <ul> <li>Harris</li> <li>Shi-Tomasi</li> <li>FAST</li> </ul>

Modules

fast
module 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.

harris
module dcv.features.corner.harris

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.

Meta

Authors

Relja Ljubobratovic

License

$(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).