Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

SciJava Ops OpenCV

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:

  1. Classic OpenCV nomenclature, e.g. cv.GaussianBlur
  2. Ops-style nomenclature, e.g. filter.gauss