Skip to content

Commit ad45847

Browse files
authored
No external links on embedded images are now used
1 parent e61c7e8 commit ad45847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ximgproc/tutorials/globalmatting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Some of the outputs with of this implementation are as follows :
2626

2727
| Image | Trimap | Alpha matte(this implementation) |
2828
| -------------- | -------------- | ------------------------ |
29-
|![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Input/doll.png "img1" ) |![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Trimap/doll.png "trimap1" ) |![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Results/doll.png "results1" ) |
30-
|![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Input/troll.png "img2" ) |![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Trimap/troll.png "trimap2" ) |![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Results/troll.png "results2" ) |
31-
|![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Input/donkey.png "img1" ) |![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Trimap/donkey.png "trimap1" ) |![alt text](https://raw.githubusercontent.com/Nerdyvedi/GSOC-Opencv-matting/master/Global-Sampling-Method-for-Alpha-Matting/Results/donkey.png "results1" ) |
29+
|![alt text](images/doll-input.png ) |![alt text](images/doll-trimap.png ) |![alt text](input/doll-result.png ) |
30+
|![alt text](images/donkey-input.png ) |![alt text](images/donkey-trimap.png ) |![alt text](images/donkey-result.png ) |
31+
|![alt text](images/troll-input.png ) |![alt text](images/troll-trimap.png ) |![alt text](images/troll-result.png ) |

0 commit comments

Comments
 (0)