https://github.com/nroduit/weasis-core-img
The core lib for image processing (OpenCV wrapping)
https://github.com/nroduit/weasis-core-img
Last synced: about 1 year ago
JSON representation
The core lib for image processing (OpenCV wrapping)
- Host: GitHub
- URL: https://github.com/nroduit/weasis-core-img
- Owner: nroduit
- License: other
- Created: 2020-04-14T20:36:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T21:22:09.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:22:32.773Z (over 1 year ago)
- Language: Java
- Size: 284 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weasis-core-img #
[](https://opensource.org/licenses/EPL-2.0) [](https://opensource.org/licenses/Apache-2.0) 
[](https://sonarcloud.io/component_measures?id=weasis-core-img) [](https://sonarcloud.io/component_measures?id=weasis-core-img) [](https://sonarcloud.io/component_measures?id=weasis-core-img) [](https://sonarcloud.io/component_measures?id=weasis-core-img) [](https://sonarcloud.io/dashboard?id=weasis-core-img) [](https://sonarcloud.io/summary/new_code?id=weasis-core-img)
This project provides a Java wrapping of OpenCV with DICOM capabilities.
Code formatter: [google-java-format](https://github.com/google/google-java-format)
## Build weasis-core-img ##
Prerequisites: JDK 17 or higher and Maven 3
Execute the maven command `mvn clean install` in the root directory of the project.
Note: This project has a native library dependency which must be included in your application and launched with a specific JVM option (e.g. '-Djava.library.path="path/of/native/lib"'). Additional systems and architectures of the native library are available directly from [this Maven repository](https://github.com/nroduit/mvn-repo/tree/master/org/weasis/thirdparty/org/opencv/libopencv_java).