mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:09:00 +08:00
ed9ba1e0a9
* add itk[opencv] supporting the ITKBridgeOpenCV module see https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Video/BridgeOpenCV * Add version * update version * reduce dependencies to opencv * update version Co-authored-by: Andre Mueller <amueller@opsira.de> Co-authored-by: Jonliu1993 <13720414433@163.com>
120 lines
2.2 KiB
JSON
120 lines
2.2 KiB
JSON
{
|
|
"name": "itk",
|
|
"version": "5.2.1",
|
|
"port-version": 1,
|
|
"description": "Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis.",
|
|
"homepage": "https://github.com/InsightSoftwareConsortium/ITK",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"double-conversion",
|
|
"eigen3",
|
|
"expat",
|
|
{
|
|
"name": "fftw3",
|
|
"default-features": false
|
|
},
|
|
"gdcm",
|
|
"gtest",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"features": [
|
|
"cpp"
|
|
]
|
|
},
|
|
"icu",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"minc",
|
|
{
|
|
"name": "openjpeg",
|
|
"default-features": false
|
|
},
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "Build CUDA module",
|
|
"dependencies": [
|
|
"cuda",
|
|
{
|
|
"name": "itk",
|
|
"default-features": false,
|
|
"features": [
|
|
"opencl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"cufftw": {
|
|
"description": "Use CUDA FFTW",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"opencl": {
|
|
"description": "Use OpenCL",
|
|
"dependencies": [
|
|
"opencl"
|
|
]
|
|
},
|
|
"opencv": {
|
|
"description": "Build ITKVideoBridgeOpenCV module.",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"default-features"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "Python functionality for ITK",
|
|
"dependencies": [
|
|
"python3"
|
|
]
|
|
},
|
|
"rtk": {
|
|
"description": "Build RTK Module"
|
|
},
|
|
"tbb": {
|
|
"description": "Build TBB Module",
|
|
"dependencies": [
|
|
"tbb"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build RTK with tools",
|
|
"dependencies": [
|
|
{
|
|
"name": "itk",
|
|
"default-features": false,
|
|
"features": [
|
|
"rtk"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"vtk": {
|
|
"description": "Build ITKVtkGlue module.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|