mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
acb370dd6d
* [OpenCV] update to v3.4.18 and v4.6.0 enable python2 in vcpkg-get-python-package * fix references * remove python2 from testing * restore python2 tests only on windows&x64 * fix references * [OpenCV2] add jasper patch * fix references * update handling multiple versions * add usage files * [dbow] fix build * [dbow] fix version * fix references * remove ipp from vcpkg-ci-opencv for opencv3 * [OpenCV2] fix CRT linking with static libs * fix references * [dbow3] add support clause now that is CI tested [cctag] enable opencv4, fix build on osx * fix references * [OpenCV2] fix patch * fix references * [libharu] bump version * fix references * [rtabmap] fix for opencv 4.6 * [rtabmap] fix manifest * fix references * remove llvm dependency to ease CI load * version * overwrite version * fixes for mingw * add mingw patch * fix references * [OpenCV2] fix generated config on win32 * fix references * update version * update version * overwrite baseline * cleanup after merge * fix references * [openmvs] trying to diagnose the problem - DO NOT MERGE * fix references * restore port version * fix references * Revert "[openmvs] trying to diagnose the problem - DO NOT MERGE" This reverts commit8bfd0ff4f9
. * Revert "fix references" This reverts commit0e915f6eef
. * skip opencv2 and opencv3 * remove again opencv2/3 from vcpkg-ci-opencv * apply fixes from review * fix references * wrong checksum (tested on windows) * Github-actions fixes (#2) * Update opencv4.json * fix github-actions issues * formating vcpkg.json * update git-trees * fix rtabmap license * fix references * fix also dbow3 license * fix references * [cctag] remove unnecessary patch section * fix references Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: Matthieu Penant <matthieu.penant@seika.ca> Co-authored-by: Matthieu Penant <thieum22@hotmail.com>
306 lines
6.1 KiB
JSON
306 lines
6.1 KiB
JSON
{
|
|
"name": "opencv3",
|
|
"version": "3.4.18",
|
|
"description": "Open Source Computer Vision Library",
|
|
"homepage": "https://github.com/opencv/opencv",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-get-python-packages",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"contrib": {
|
|
"description": "opencv_contrib module",
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"platform": "!uwp & !(windows & (arm | arm64))"
|
|
},
|
|
{
|
|
"name": "opencv3",
|
|
"features": [
|
|
"dnn"
|
|
]
|
|
},
|
|
{
|
|
"name": "tesseract",
|
|
"platform": "!uwp & !(windows & (arm | arm64))"
|
|
}
|
|
]
|
|
},
|
|
"cuda": {
|
|
"description": "CUDA support for opencv",
|
|
"dependencies": [
|
|
"cuda",
|
|
"cudnn",
|
|
{
|
|
"name": "opencv3",
|
|
"default-features": false,
|
|
"features": [
|
|
"contrib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"dc1394": {
|
|
"description": "Dc1394 support for opencv",
|
|
"dependencies": [
|
|
"libdc1394"
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv3",
|
|
"default-features": false,
|
|
"features": [
|
|
"dnn",
|
|
"jpeg",
|
|
"png",
|
|
"quirc",
|
|
"tiff",
|
|
"webp"
|
|
]
|
|
},
|
|
{
|
|
"name": "opencv3",
|
|
"default-features": false,
|
|
"features": [
|
|
"gtk"
|
|
],
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
},
|
|
"dnn": {
|
|
"description": "Enable dnn module",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv3",
|
|
"features": [
|
|
"flann"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"eigen": {
|
|
"description": "Eigen support for opencv",
|
|
"dependencies": [
|
|
"eigen3"
|
|
]
|
|
},
|
|
"ffmpeg": {
|
|
"description": "ffmpeg support for opencv",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"avcodec",
|
|
"avformat",
|
|
"swresample",
|
|
"swscale"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"flann": {
|
|
"description": "opencv_flann module",
|
|
"dependencies": [
|
|
"protobuf"
|
|
]
|
|
},
|
|
"freetype": {
|
|
"description": "Freetype support for opencv",
|
|
"dependencies": [
|
|
"freetype",
|
|
"harfbuzz"
|
|
]
|
|
},
|
|
"gdcm": {
|
|
"description": "GDCM support for opencv",
|
|
"dependencies": [
|
|
"gdcm"
|
|
]
|
|
},
|
|
"gstreamer": {
|
|
"description": "gstreamer support for opencv",
|
|
"dependencies": [
|
|
"gstreamer"
|
|
]
|
|
},
|
|
"gtk": {
|
|
"description": "GTK support for opencv",
|
|
"dependencies": [
|
|
"gtk"
|
|
]
|
|
},
|
|
"halide": {
|
|
"description": "Halide support for opencv",
|
|
"dependencies": [
|
|
"halide",
|
|
{
|
|
"name": "opencv3",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "opencv3",
|
|
"features": [
|
|
"dnn"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ipp": {
|
|
"description": "Enable Intel Integrated Performance Primitives"
|
|
},
|
|
"jasper": {
|
|
"description": "JPEG 2000 support for opencv",
|
|
"dependencies": [
|
|
"jasper"
|
|
]
|
|
},
|
|
"jpeg": {
|
|
"description": "JPEG support for opencv",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"lapack": {
|
|
"description": "LAPACK support for opencv",
|
|
"dependencies": [
|
|
"blas",
|
|
"lapack"
|
|
]
|
|
},
|
|
"nonfree": {
|
|
"description": "allow nonfree and unredistributable libraries"
|
|
},
|
|
"openexr": {
|
|
"description": "OpenEXR support for opencv",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "opengl support for opencv",
|
|
"dependencies": [
|
|
"opengl"
|
|
]
|
|
},
|
|
"openmp": {
|
|
"description": "Enable openmp support for opencv"
|
|
},
|
|
"ovis": {
|
|
"description": "opencv_ovis module",
|
|
"dependencies": [
|
|
"ogre",
|
|
{
|
|
"name": "opencv3",
|
|
"default-features": false,
|
|
"features": [
|
|
"contrib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"png": {
|
|
"description": "PNG support for opencv",
|
|
"dependencies": [
|
|
"libpng"
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "Python wrapper support for opencv",
|
|
"dependencies": [
|
|
"python3"
|
|
]
|
|
},
|
|
"qt": {
|
|
"description": "Qt GUI support for opencv",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"quirc": {
|
|
"description": "Enable QR code module",
|
|
"dependencies": [
|
|
"quirc"
|
|
]
|
|
},
|
|
"sfm": {
|
|
"description": "opencv_sfm module",
|
|
"dependencies": [
|
|
"ceres",
|
|
"gflags",
|
|
"glog",
|
|
{
|
|
"name": "opencv3",
|
|
"default-features": false,
|
|
"features": [
|
|
"contrib"
|
|
]
|
|
},
|
|
{
|
|
"name": "opencv3",
|
|
"default-features": false,
|
|
"features": [
|
|
"eigen"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tbb": {
|
|
"description": "Enable Intel Threading Building Blocks",
|
|
"dependencies": [
|
|
"tbb"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "TIFF support for opencv",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"vtk": {
|
|
"description": "vtk support for opencv",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv3",
|
|
"features": [
|
|
"contrib"
|
|
]
|
|
},
|
|
"vtk"
|
|
]
|
|
},
|
|
"webp": {
|
|
"description": "WebP support for opencv",
|
|
"dependencies": [
|
|
"libwebp"
|
|
]
|
|
},
|
|
"world": {
|
|
"description": "Compile to a single package support for opencv"
|
|
}
|
|
}
|
|
}
|