https://github.com/imagej/imagej-opencv
Convert between OpenCV and ImgLib2 data structures
https://github.com/imagej/imagej-opencv
Last synced: about 1 year ago
JSON representation
Convert between OpenCV and ImgLib2 data structures
- Host: GitHub
- URL: https://github.com/imagej/imagej-opencv
- Owner: imagej
- License: bsd-2-clause
- Created: 2020-01-10T12:42:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T16:13:54.000Z (over 1 year ago)
- Last Synced: 2025-04-19T02:23:14.585Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.84 MB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/imagej/imagej-opencv/actions/workflows/build-main.yml)
This library provides converters between
[ImgLib2](https://github.com/imglib/imglib2) and
[OpenCV](https://github.com/opencv/opencv) data structures.
This implementation supports the OpenCV version 4.1.2
It requires Java 1.8 at a minimum
See also [IJ-OpenCV](https://github.com/joheras/IJ-OpenCV), which provides
converters between [ImageJ1](https://imagej.net/ImageJ1) images and OpenCV.