Skip to content

Commit

Permalink
docs: mention Makefile task for non-free contrib modules
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Mar 13, 2019
1 parent 870e678 commit a897c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ Then you will be able to use the functions within the `contrib` subpackage. For
si := contrib.NewSIFT()
kp := si.Detect(img)
```

Note that some of the features in this package require building OpenCV with the `OPENCV_ENABLE_NONFREE=ON` option. You can run `make build_nonfree` to build with this option.

0 comments on commit a897c36

Please sign in to comment.