Package com.scanflow.datacapture.text.ocrengine.detection

Types

Link copied to clipboard
interface Classifier
Generic interface for interacting with different recognition engines.
Link copied to clipboard
open class ImageUtils
Utility class for manipulating images.
Link copied to clipboard
open class Utils
Link copied to clipboard
open class YoloV4Classifier : Classifier
Wrapper for frozen detection models trained using the Tensorflow Object Detection API: - https://github.com/tensorflow/models/tree/master/research/object_detection where you can find the training code.