Interface IDetectionPredictor

All Superinterfaces:
AutoCloseable, IPredictor<BufferedImage,List>
All Known Implementing Classes:
OnnxDetectionPredictor

public interface IDetectionPredictor extends IPredictor<BufferedImage,List>
Interface for predictors, which take a full image and find text boxes on them. Output boxes can be rotated, which is why output is 4 points.