Skip to content

import cv2.cv no longer works with OpenCV 3.4.1  #716

@e-razorhead

Description

@e-razorhead

In base.py,
try: import cv2.cv as cv except ImportError: try: import cv except ImportError: raise ImportError("Cannot load OpenCV library which is required by SimpleCV")

Since the newest OpenCV only support import cv2, should this part be updated?

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