Searched refs:ObjectDetectorConfig (Results 1 – 2 of 2) sorted by relevance
256 struct ObjectDetectorConfig { struct259 explicit ObjectDetectorConfig(const Size& image_size) in ObjectDetectorConfig() argument261 virtual ~ObjectDetectorConfig() = default;
135 explicit ObjectDetectorBase(const ObjectDetectorConfig* const config) in ObjectDetectorBase()175 const std::unique_ptr<const ObjectDetectorConfig> config_;189 explicit ObjectDetector(const ObjectDetectorConfig* const config) in ObjectDetector()