Diffusion Krita f78dfb1f4115

Optimize LoG generation Magneti Selection tool

Authored by dkazakov on Aug 16 2019, 1:47 PM.

Description

Optimize LoG generation Magneti Selection tool

For Colorize Mask we set kernel size to be (4 * radius + 1) to ensure
that the watershed algorithm stops not reaching the border of the
color blob. In the selection tool, it is the opposite. We should stop
right at the edge. Therefore, the kernel size should be (2 * radius + 1)
and should not include the wrapped art of the LoG surface.

Details

Committed
dkazakovAug 16 2019, 1:47 PM
Parents
R37:ed474af90ab8: Fix calculation of the weight in Magnetic Selection Tool
Branches
Unknown
Tags
Unknown