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

com.neuronrobotics.imageprovider.IObjectDetector Maven / Gradle / Ivy

package com.neuronrobotics.imageprovider;

import java.awt.image.BufferedImage;
import java.util.List;

public interface IObjectDetector {
	List getObjects(BufferedImage inputImage, BufferedImage displayImage);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy