very preliminary port of SURF to T-API (compiles but certainly does not work)

This commit is contained in:
Vadim Pisarevsky
2014-02-04 03:21:03 +04:00
parent 652a0bd5ce
commit 8d5e952263
8 changed files with 522 additions and 711 deletions

View File

@@ -235,7 +235,7 @@ public:
// Compute the BRISK features and descriptors on an image
void operator()( InputArray image, InputArray mask, std::vector<KeyPoint>& keypoints,
OutputArray descriptors, bool useProvidedKeypoints=false ) const;
OutputArray descriptors, bool useProvidedKeypoints=false ) const;
AlgorithmInfo* info() const;