DLLogoCandidate | Struct for storing a logo candidate and its associated information |
DLLogoDetect | DLLogoDetect provides the implementation of the multi-scale logo detection and extraction approach by Zhu and Doermann at ICDAR 2007. It returns the most likely logo candidate on each page whose computed scores are above the specified detection threshold. A higher detection threshold leads to better precision (i.e. higher chance of being really a logo), but may lower the recall. A default detection threshold is used if that parameter is ignored by the user |
DLLogoDetectBatchTest | DLLogoDetectBatchTest is a command line application that runs the logo detector on a list of document images specified by the user |