From e2298233489a1cb8943aab107aa141597c0ce69d Mon Sep 17 00:00:00 2001 From: atinfinity Date: Tue, 10 Nov 2020 01:06:38 +0900 Subject: [PATCH 1/2] fixed image path --- modules/alphamat/tutorials/alphamat_tutorial.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/alphamat/tutorials/alphamat_tutorial.markdown b/modules/alphamat/tutorials/alphamat_tutorial.markdown index 03cd329f5f2..4f2fe609780 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: ![](../samples/input_images/plant.jpg) +Input Trimap: ![](../samples/trimaps/plant.png) +Output alpha Matte: ![](../samples/output_mattes/plant_result.jpg) This project is implementation of @cite aksoy2017designing . It required implementation of parts of other papers [2,3,4]. From 235f90f1b36d2edad9dc0ed18641d49eaa81935f Mon Sep 17 00:00:00 2001 From: atinfinity Date: Tue, 10 Nov 2020 01:10:09 +0900 Subject: [PATCH 2/2] fixed image layout --- modules/alphamat/tutorials/alphamat_tutorial.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/alphamat/tutorials/alphamat_tutorial.markdown b/modules/alphamat/tutorials/alphamat_tutorial.markdown index 4f2fe609780..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].