docker-python3-opencv icon indicating copy to clipboard operation
docker-python3-opencv copied to clipboard

1) Solve #22 on opencv_contrib branch 2) Add OPENCV_ENABLE_NONFREE=ON

Open mikigom opened this issue 6 years ago • 0 comments

  1. Solve Issue#22 on opencv_contrib branch. It is based on PR#21.
  2. Add OPENCV_ENABLE_NONFREE=ON flag on cmake. It enables user to use some patented algorithms such as SIFT.

I tested import cv2; cv2.xfeatures2d.SIFT_create and it looked fine.

mikigom avatar Feb 13 '19 03:02 mikigom