File indexing completed on 2025-03-09 03:55:00
0001 /* ============================================================ 0002 * 0003 * This file is a part of digiKam project 0004 * https://www.digikam.org 0005 * 0006 * Date : 2019-07-09 0007 * Description : Abstract class for preprocessor of facesengine 0008 * 0009 * SPDX-FileCopyrightText: 2019 by Thanh Trung Dinh <dinhthanhtrung1996 at gmail dot com> 0010 * SPDX-FileCopyrightText: 2019-2024 by Gilles Caulier <caulier dot gilles at gmail dot com> 0011 * 0012 * SPDX-License-Identifier: GPL-2.0-or-later 0013 * 0014 * ============================================================ */ 0015 0016 #include "facepreprocessor.h" 0017 0018 namespace Digikam 0019 { 0020 0021 FacePreprocessor::FacePreprocessor() 0022 { 0023 } 0024 0025 FacePreprocessor::~FacePreprocessor() 0026 { 0027 } 0028 0029 } // namespace Digikam