[opencv4] Add carotene feature flag (#42745)

This commit is contained in:
Davide Pianca 2024-12-17 20:52:26 +01:00 committed by GitHub
parent db3a4f0e6c
commit c67dcfff62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 2 deletions

View File

@ -53,6 +53,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
"ade" WITH_ADE
"calib3d" BUILD_opencv_calib3d
"carotene" WITH_CAROTENE
"contrib" WITH_CONTRIB
"cuda" WITH_CUBLAS
"cuda" WITH_CUDA

View File

@ -1,7 +1,7 @@
{
"name": "opencv4",
"version": "4.10.0",
"port-version": 1,
"port-version": 2,
"description": "computer vision library",
"homepage": "https://github.com/opencv/opencv",
"license": "Apache-2.0",
@ -33,6 +33,9 @@
"calib3d": {
"description": "calib3d module"
},
"carotene": {
"description": "carotene module"
},
"contrib": {
"description": "opencv_contrib module",
"dependencies": [

View File

@ -6674,7 +6674,7 @@
},
"opencv4": {
"baseline": "4.10.0",
"port-version": 1
"port-version": 2
},
"opendnp3": {
"baseline": "3.1.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c493a7ea4c35003983be050429d12e2a51ee8fed",
"version": "4.10.0",
"port-version": 2
},
{
"git-tree": "6ba67264448ce7a60b8e109db62270331e657e38",
"version": "4.10.0",