Skip to content

opencv-contrib-python-3.4.3.18 doesn't contain SIFT module ? #129

Closed
@rockywhisper

Description

@rockywhisper

Expected behaviour

I use python3.6.5 amd64 and opencv-contrib-python-3.4.3.18, seems that "SIFT" module is not in this lib...

It works fine in opencv-contrib-python-3.4.2.17, like below:
image

Actual behaviour

image

Steps to reproduce

  • example code:
import cv2
sift = cv2.xfeatures2d.SIFT_create(edgeThreshold=10)
  • Win7 64bit Professional
  • python amd64
  • opencv-contrib-python-3.4.3.18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions