[itk] Add feature opencv supporting ITKBridgeOpenCV#23502
[itk] Add feature opencv supporting ITKBridgeOpenCV#23502BillyONeal merged 7 commits intomicrosoft:masterfrom
Conversation
8a64294 to
b22558b
Compare
|
@andremueller-cosateq, Thanks for your pr, I tested features : opencl,opencv,tbb,vtk with command : ./vcpkg install itk[opencl,opencv,tbb,vtk]:x64-windows-static but failed. This is error log, could you please take a view: install-x64-windows-static-dbg-out.log All features are tested successfully in the following triplet:
|
|
@JonLiu1993 It seems to be an incompatibility between the dependent opencv[dnn] module and the itk. Possible I should reduce the dependency to only the required opencv modules. I try to fix this. |
|
@JonLiu1993 Its working now on my machine (nearly catched fire on that library :-) ` Total elapsed time: 1.642 h The package itk provides CMake targets: ` |
|
Feature "opencl,opencv,tbb,vtk" tested successfully in the following triplet:
|
|
Thanks for your contribution! |
see https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Video/BridgeOpenCV
The current Video/BridgeOpenCV module in ITK was not supported before. Added as feature to the ITK port.
What does your PR fix?
Add the new vcpkg feature
itk[opencv]Which triplets are supported/not supported? Have you updated the CI baseline?
unchanged to the base ITK
Does your PR follow the maintainer guide?
yes