OpenCVInterface.java 152 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 package org.opencv.osgi; /** * Dummy interface to allow some integration testing within OSGi implementation. */ public interface OpenCVInterface { }