The Open Computer Vision Library is a collection of algorithms and sample
code for various computer vision problems.
This package contains main OpenCV components.
It's completely based on graphics/opencv with following changes:
- PKGNAME to opencv2 to enable coexistence between opencv2 and
opencv3/4.
- Dropped -java, -docs (Is not required for the last consumers)
- Drop examples and tests
- Changed install paths to avoid conflicts with (main) opencv.
- bin to ${LOCALBASE}\bin\opencv2
- libs to ${LOCALBASE}\libs\opencv2
- include/opencv to ${LOCALBASE}\include\opencv2
- and so on.