backoprt 8987

This commit is contained in:
Vincent Rabaud 2012-07-10 19:09:25 +00:00
parent a9718cc79f
commit 185673e9e2

View File

@ -126,3 +126,5 @@ Detects keypoints and computes SURF descriptors for them.
:param params: SURF algorithm parameters in OpenCV 1.x API.
The function is parallelized with the TBB library.
If you are using the C version, make sure you call ``cv::initModule_nonfree()`` from ``nonfree/nonfree.hpp``.