-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Milestone
Description
OpenCV + JavaCPP is causing some problems. Different versions are causing different issues on different platforms.
4.11.0-1.5.12
Breaks QuPath entirely on Windows (at least without more recent redistributables installed)
4.10.0-1.5.11
Used in QuPath
- v0.6.0
- v0.6.0-rc5
- v0.6.0-rc4
Can't load video module - breaks align extension
Breaks support for macOS 11 (note that this might have been introduced earlier, but we haven't checked)
4.9.0-1.5.10
Used in QuPath
- v0.6.0-rc3
- v0.6.0-rc2
- v0.6.0-rc1
4.7.0-1.5.9
Breaks DNN on Apple Silicon
4.6.0-1.5.8
Used in QuPath
- v0.5.1
- v0.5.0
QuPath v0.7.0 should already be a bit more robust to OpenCV problems, in that the entire application won't (necessarily) fail:
Still, based on the above it looks like we should revert to either OpenCV v4.9.0 or v4.6.0.
Reactions are currently unavailable