ksmet1977/luxpy

OpenCV now a required dependency

Closed this issue · 1 comments

I see that cv2 is now a required dependency in the latest version of luxpy. To date, luxpy has been wonderfully lean, and the dependencies have all been pretty standard for scientific computing users. But OpenCV is something different, it's big, hairy, slow to import, and difficult to install on many architectures.

Any chance that OpenCV could be removed as a requirement, and it's import done locally only in whichever function or module requires it?

I'm happy to provide a PR if this is a direction you're willing to go.