dcv.features.utils

Module contains utilities common for all algorithms which operate with feature points.

Members

Functions

extractCorners
auto extractCorners(Slice!(Contiguous, [2], T*) cornerResponse, int count = -1, T threshold = 0)

Extract corners as array of 2D points, from response matrix.

Structs

Feature
struct Feature

Feature point.

Meta

Authors

Relja Ljubobratovic

License

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