// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COURGETTE_LABEL_MANAGER_H_ #define COURGETTE_LABEL_MANAGER_H_ #include #include #include #include #include "base/gtest_prod_util.h" #include "base/memory/raw_ptr.h" #include "courgette/image_utils.h" namespace courgette { using LabelVector = std::vector