From 58a30199b4a13cafa45a3381d7cc13b54ae71de2 Mon Sep 17 00:00:00 2001 From: Hazar <36481442+hazarek@users.noreply.github.com> Date: Wed, 12 Aug 2020 11:50:15 +0300 Subject: [PATCH] grow_mask() description added Description; > Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied. (cherry picked from commit 1c61c8ab55cdc880ebb2538fe3f15ad389912031) --- doc/classes/BitMap.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/BitMap.xml b/doc/classes/BitMap.xml index 28064e08e75..31ddaf10987 100644 --- a/doc/classes/BitMap.xml +++ b/doc/classes/BitMap.xml @@ -60,6 +60,7 @@ + Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied.