Add an example of CvFeatureTree and cvFindFeatures (Feature #790)
Description
There are currently no examples of CvFeatureTree or cvFindFeatures in samples/cpp (latest svn). These are very useful features that would certainly benefit from an example or two. A great starting point is matcher_simple.cpp .
Associated revisions
Merge pull request #790 from jet47:fix-gpu-build
History
Updated by Kevin Keraudren almost 14 years ago
The best example I found is the following :
http://blog.csdn.net/thirdapple/archive/2009/01/14/3776001.aspx
Updated by Alexander Shishkov about 13 years ago
- Description changed from There are currently no examples of [[CvFeatureTree]] or cvFindFeatures in sam... to There are currently no examples of CvFeatureTree or cvFindFeatures in samples... More
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4261