An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![](https://github.com/imagej/imagej-opencv/actions/workflows/build-main.yml/badge.svg)](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.