/* * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ #ifndef OPENCV_FASTCV_HPP #define OPENCV_FASTCV_HPP #include #include "opencv2/fastcv/arithm.hpp" #include "opencv2/fastcv/bilateralFilter.hpp" #include "opencv2/fastcv/cluster.hpp" #include "opencv2/fastcv/draw.hpp" #include "opencv2/fastcv/fast10.hpp" #include "opencv2/fastcv/fft.hpp" #include "opencv2/fastcv/hough.hpp" #include "opencv2/fastcv/moments.hpp" #include "opencv2/fastcv/mser.hpp" #include "opencv2/fastcv/remap.hpp" #include "opencv2/fastcv/scale.hpp" #include "opencv2/fastcv/shift.hpp" #include "opencv2/fastcv/smooth.hpp" #include "opencv2/fastcv/thresh.hpp" /** * @defgroup fastcv Module-wrapper for FastCV hardware accelerated functions * @{ * @} */ #endif // OPENCV_FASTCV_ARITHM_HPP