diff --git a/modules/alphamat/tutorials/alphamat_tutorial.markdown b/modules/alphamat/tutorials/alphamat_tutorial.markdown index 03cd329f5f2..54fbcf8b4a9 100644 --- a/modules/alphamat/tutorials/alphamat_tutorial.markdown +++ b/modules/alphamat/tutorials/alphamat_tutorial.markdown @@ -11,9 +11,9 @@ Alphamatting is the problem of extracting the foreground from an image. The extr Given an input image and its corresponding trimap, we try to extract the foreground from the background. Following is an example: -Input Image: ![](samples/input_images/plant.jpg) -Input Trimap: ![](samples/trimaps/plant.png) -Output alpha Matte: ![](samples/output_mattes/plant_result.jpg) +|Input Image|Input Trimap|Output alpha Matte| +|:---:|:---:|:---:| +|![](../samples/input_images/plant.jpg)|![](../samples/trimaps/plant.png)|![](../samples/output_mattes/plant_result.jpg)| This project is implementation of @cite aksoy2017designing . It required implementation of parts of other papers [2,3,4].