OpenCVInterface.java 152 Bytes
Newer Older
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
{
}