Skip to content

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

@rockywhisper

Description

@rockywhisper
Contributor

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

Activity

rockywhisper

rockywhisper commented on Oct 9, 2018

@rockywhisper
ContributorAuthor

Sorry buddy, I just noticed this issue: #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @skvark@rockywhisper

        Issue actions

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