Commit c52d6208 authored by Vincent Rabaud's avatar Vincent Rabaud

update the docs for cvExtractSURF and initModule_nonfree()

parent 86d78562
...@@ -126,3 +126,5 @@ Detects keypoints and computes SURF descriptors for them. ...@@ -126,3 +126,5 @@ Detects keypoints and computes SURF descriptors for them.
:param params: SURF algorithm parameters in OpenCV 1.x API. :param params: SURF algorithm parameters in OpenCV 1.x API.
The function is parallelized with the TBB library. 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``.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment