DLDocID | The DLDocID object performs image content recognition for diverse imagery by texture analysis, and classifies an image into one of the image content type defined by DLImageContentType |
DLDocIDBatchTest | DLDocIDBatchTest is a command line application that runs the three-class classification that identifies document, image with text and non-document image on a list of input images specified by the user. Note: Prior to running the command line executable, please make sure that the trained model file is included inthe same directory |
DLLBP | The DLLBP object is a wrapper class for the C implementation of local binary patterns (LBP), a rotation invariant texture analysis approach |
DLSVMClassifier | The DLSVMClassifier object is a wrapper class that provides an easy-to-use interface for the original C implementation of LIBSVM. In addition, it include member functions for batch training and test |