I've been unable to find a tutorial on how to implement the FAST Feature detection algorithms with tracking using C# with openCV, and I can't figure it out from the documentation. How can I implement FAST feature detection and specifically feature matching (similar to the SURF feature tracking example).
Any help?