001package org.opencv.osgi;
002
003/**
004 * Dummy interface to allow some integration testing within OSGi implementation.
005 */
006public interface OpenCVInterface
007{
008}