pub type PtrOfDPMDetector = Ptr<dyn DPMDetector>;

Implementations

Trait Implementations

Find rectangular regions in the given image that are likely to contain objects of loaded classes (models) and corresponding confidence levels. Read more

Return the class (model) names that were passed in constructor or method load or extracted from models filenames in those methods. Read more

Return a count of loaded models (classes).