This module contains a code-free (YAML-based) wrapping of the JavaCV Java interface to OpenCV.
YAML generated 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>
</dependency>Ops can be accessed in one of two ways:
- Classic OpenCV nomenclature, e.g.
cv.GaussianBlur - Ops-style nomenclature, e.g.
filter.gauss