All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cogchar.sight.api.obs.ITrackObserver Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
/*
 * ITrackObserver.java
 * 
 * Created on Jul 30, 2007, 12:23:33 PM
 * 
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package org.cogchar.sight.api.obs;

/**
 *
 * @author josh
 */
public interface ITrackObserver {
    public void ProcessFrame(int[][] trackData);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy