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

com.flash3388.flashlib.vision.detection.Target Maven / Gradle / Ivy

package com.flash3388.flashlib.vision.detection;

import com.jmath.vectors.Vector2;

public interface Target {

    Vector2 getCenter();

    int getWidthPixels();
    int getHeightPixels();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy