| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This module contains a YAML-based wrapping of the Bytedeco Java interface to OpenCV, with minimal code to provide interoperability with ImgLib2 data structures.
YAML is generated from opencv-ops.yaml using the scijava-ops-ext-parser component.
To use these Ops simply add a Maven dependency on:
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-ops-opencv</artifactId>
<scope>runtime</scope>
</dependency>Ops can be accessed in one of two ways:
ImageJ-OpenCV currently only supports single-channel Mats. Thus if you are using multi-channel images, we currently recommend:
| Back | FazBrowse Home | New Git URL |