1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-14 18:58:22 +08:00

make alphamat header auto sufficient

This commit is contained in:
SpaceIm
2023-01-16 23:25:06 +01:00
parent 9331902ed9
commit 9bbed509d8

View File

@@ -7,6 +7,8 @@
#ifndef _OPENCV_ALPHAMAT_HPP_
#define _OPENCV_ALPHAMAT_HPP_
#include <opencv2/core.hpp>
/**
* @defgroup alphamat Alpha Matting
* Alpha matting is used to extract a foreground object with soft boundaries from a background image.